--- a/eric7/UI/PythonDisViewer.py Tue Aug 24 18:06:48 2021 +0200 +++ b/eric7/UI/PythonDisViewer.py Tue Aug 24 18:10:24 2021 +0200 @@ -893,7 +893,7 @@ def linestarts(co, filename="", getall=True): """ - Function to get the line starts for the given code object + Function to get the line starts for the given code object. @param co reference to the compiled code object or the source code @type code object or str