--- a/src/eric7/UI/Browser.py Mon Apr 08 09:19:17 2024 +0200 +++ b/src/eric7/UI/Browser.py Mon Apr 08 14:55:48 2024 +0200 @@ -64,7 +64,7 @@ is displayed by a right click the user can select various actions on the selected file. - @signal sourceFile(filename) emitted to open a Python file at a line (str) + @signal sourceFile(filename) emitted to open a Python file at the first line (str) @signal sourceFile(filename, lineno) emitted to open a Python file at a line (str, int) @signal sourceFile(filename, lineno, type) emitted to open a Python file