diff -r 4bef44d7a378 -r 2074b8393649 src/eric7/DataViews/CodeMetrics.py --- a/src/eric7/DataViews/CodeMetrics.py Sun Dec 31 17:44:59 2023 +0100 +++ b/src/eric7/DataViews/CodeMetrics.py Sun Dec 31 18:01:05 2023 +0100 @@ -219,7 +219,7 @@ Module function used analyze the source of a Python file. @param filename name of the Python file to be analyzed - @type str + @type str @param total dictionary receiving the overall code statistics @type dict @return a statistics object with the collected code statistics