diff -r 40b3df5b933a -r 6968d6c31b3e src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html Wed Mar 06 09:36:09 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html Wed Mar 06 17:00:26 2024 +0100 @@ -69,18 +69,18 @@ <a NAME="PopenWrapper.__init__" ID="PopenWrapper.__init__"></a> <h4>PopenWrapper (Constructor)</h4> -<b>PopenWrapper</b>(<i>arguments, *args, **kwargs</i>) +<b>PopenWrapper</b>(<i>args, *popenargs, **kwargs</i>) <p> Constructor </p> <dl> -<dt><i>arguments</i> (list of str or str)</dt> +<dt><i>args</i> (list of str or str)</dt> <dd> command line arguments for the new process </dd> -<dt><i>args</i> (list)</dt> +<dt><i>popenargs</i> (list)</dt> <dd> constructor arguments of Popen </dd>