src/eric7/Toolbox/SingleApplication.py

branch
eric7
changeset 10303
ee1aadab1215
parent 10069
435cc5875135
child 10431
64157aeb0312
diff -r 8cb0dabf852f -r ee1aadab1215 src/eric7/Toolbox/SingleApplication.py
--- a/src/eric7/Toolbox/SingleApplication.py	Sat Nov 11 10:13:29 2023 +0100
+++ b/src/eric7/Toolbox/SingleApplication.py	Sat Nov 11 12:44:51 2023 +0100
@@ -168,11 +168,12 @@
 
     def processArgs(self, args):
         """
-        Public method to process the command line args passed to the UI.
+        Public method to process the command line arguments passed to the UI.
 
         <b>Note</b>: This method must be overridden by subclasses.
 
-        @param args command line args (list of strings)
+        @param args namespace object containing the parsed command line parameters
+        @type argparse.Namespace
         @exception NotImplementedError raised to indicate that this method must be
             implemented by a subclass
         """

eric ide

mercurial