eric7/QScintilla/EditorOutline.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8780
be7aabf2acef
--- a/eric7/QScintilla/EditorOutline.py	Sat May 22 17:01:51 2021 +0200
+++ b/eric7/QScintilla/EditorOutline.py	Sat May 22 18:51:46 2021 +0200
@@ -401,7 +401,7 @@
         """
         Private slot to handle the selection of the goto menu.
         
-        @param act reference to the action (E5Action)
+        @param act reference to the action (EricAction)
         """
         lineno = act.data()
         self.__model.editor().gotoLine(lineno)

eric ide

mercurial