diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py index a036bf90aae68950e3d97afb12a2190fcb053ba9..3aae9353cb4c0cf4d6c264616d770837d87e801e 100644 --- a/src/caoscrawler/identifiable_adapters.py +++ b/src/caoscrawler/identifiable_adapters.py @@ -89,9 +89,9 @@ class IdentifiableAdapter(metaclass=ABCMeta): - Parent record types - Properties - ``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. + - 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. - An *identified record* is the result of retrieving a record from the database, based on the *identifiable* (and its values).