From 0f34bf9a19455e8edfa43de8680679bbf3446fcb Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 21 Mar 2024 10:10:12 +0100
Subject: [PATCH] FIX: Typos

---
 src/caoscrawler/identifiable_adapters.py | 2 +-
 src/doc/tutorials/single_file.rst        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py
index 9be539fe..3a9b8819 100644
--- a/src/caoscrawler/identifiable_adapters.py
+++ b/src/caoscrawler/identifiable_adapters.py
@@ -90,7 +90,7 @@ Some terms:
     - ``is_referenced_by`` statements
 - An *identifiable* belongs to a concrete record.  It consists of identifying attributes which "fill
   in" the *registered identifiable*.  In code, it can be represented as a Record based on the
- *registered identifiable* with all the values filled in.
+  *registered identifiable* with all the values filled in.
 - An *identified record* is the result of retrieving a record from the database, based on the
   *identifiable* (and its values).
 
diff --git a/src/doc/tutorials/single_file.rst b/src/doc/tutorials/single_file.rst
index 8a4e1b92..35c6c999 100644
--- a/src/doc/tutorials/single_file.rst
+++ b/src/doc/tutorials/single_file.rst
@@ -1,5 +1,5 @@
 WIP Tutorial: Single structured file
-================================
+====================================
 
 .. warning::
 
-- 
GitLab