eric6/VirtualEnv/VirtualenvExecDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/VirtualEnv/VirtualenvExecDialog.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/VirtualEnv/VirtualenvExecDialog.py	Mon Feb 01 10:38:16 2021 +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