--- 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)