src/eric7/Utilities/ClassBrowsers/pyclbr.py

branch
eric7
changeset 10458
2074b8393649
parent 10439
21c28b0f9e41
child 10468
fcae57045733
--- a/src/eric7/Utilities/ClassBrowsers/pyclbr.py	Sun Dec 31 17:44:59 2023 +0100
+++ b/src/eric7/Utilities/ClassBrowsers/pyclbr.py	Sun Dec 31 18:01:05 2023 +0100
@@ -813,8 +813,8 @@
     Module function to return the indentation depth.
 
     @param ws the whitespace to be checked
-        @type str
+    @type str
     @return length of the whitespace string
-        @rtype int
+    @rtype int
     """
     return len(ws.expandtabs(TABWIDTH))

eric ide

mercurial