src/eric7/QScintilla/ShellWindow.py

branch
eric7
changeset 10431
64157aeb0312
parent 10135
36839e2c6945
child 10439
21c28b0f9e41
--- 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)

eric ide

mercurial