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