From 5f5f3c4a477531385ce11f77dca3a9394ba03848 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <a.schlemmer@indiscale.com>
Date: Fri, 20 Dec 2024 14:57:42 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Florian Spreckelsen <f.spreckelsen@indiscale.com>
---
 src/caoscrawler/converters/converters.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/caoscrawler/converters/converters.py b/src/caoscrawler/converters/converters.py
index 94b8242c..09942918 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 = []
-- 
GitLab