diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py index 9be539fe0842e3ce24b68060fa2288cdc4c531b2..3a9b8819b2f16ae7b6b2dc4ff06d94055da14d60 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 8a4e1b92378e89539db698db27a4996bd9e5ce38..35c6c999e8ed422ac3b8caf6ae92b31d91f182c6 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::