--- a/src/eric7/QScintilla/ShellWindow.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/QScintilla/ShellWindow.py Thu Dec 21 12:03:40 2023 +0100 @@ -160,7 +160,8 @@ """ Public method to get a reference to the APIs manager. - @return the APIs manager object (eric7.QScintilla.APIsManager) + @return the APIs manager object + @rtype QScintilla.APIsManager """ return self.__apisManager @@ -1461,7 +1462,8 @@ """ Private slot to start a shell according to the action triggered. - @param action menu action that was triggered (QAction) + @param action menu action that was triggered + @type QAction """ venvName = action.text() self.__debugServer.startClient(False, venvName=venvName)