eric6/VirtualEnv/VirtualenvExecDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/VirtualEnv/VirtualenvExecDialog.py
--- a/eric6/VirtualEnv/VirtualenvExecDialog.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/VirtualEnv/VirtualenvExecDialog.py	Sat Dec 19 15:22:26 2020 +0100
@@ -135,7 +135,7 @@
         
         @param exitCode exit code of the process (integer)
         @param exitStatus exit status of the process (QProcess.ExitStatus)
-        @keyparam giveUp flag indicating to not start another attempt (boolean)
+        @param giveUp flag indicating to not start another attempt (boolean)
         """
         if (
             self.__process is not None and

eric ide

mercurial