diff --git a/src/caoscrawler/converters/converters.py b/src/caoscrawler/converters/converters.py index 94b8242cf5b488e0ea027b0cd68a111da4f60cd9..09942918a3818978b1b4b0c3ded1635f5f9053fc 100644 --- a/src/caoscrawler/converters/converters.py +++ b/src/caoscrawler/converters/converters.py @@ -273,8 +273,9 @@ def create_records(values: GeneralStore, 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. + : list[tuple[str, str]] + 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. """ keys_modified = []