--- 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))