src/eric7/UI/Browser.py

branch
eric7
changeset 10673
214deec16021
parent 10470
cd7bfd539ac9
child 10677
6ee2e475490c
diff -r 072047a94342 -r 214deec16021 src/eric7/UI/Browser.py
--- 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

eric ide

mercurial