diff --git a/src/caoscrawler/converters/converters.py b/src/caoscrawler/converters/converters.py index 21f255f02d1573143a328c55f28afd6e011eb7dc..94b8242cf5b488e0ea027b0cd68a111da4f60cd9 100644 --- a/src/caoscrawler/converters/converters.py +++ b/src/caoscrawler/converters/converters.py @@ -271,8 +271,8 @@ def create_records(values: GeneralStore, records: RecordStore The RecordStore where the generated records will be stored. - Returns: - -------- + Returns + ------- A list of tuples containing the record names (1st element of tuple) and respective property names as 2nd element of the tuples. This list will be used by the scanner for creating the debug tree.