eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8142
43248bafe9b2
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py	Mon Feb 01 10:38:16 2021 +0100
@@ -124,9 +124,9 @@
         Public slot used to start the process.
         
         @param args list of arguments for the process (list of strings)
-        @keyparam workingDir working directory for the process (string)
-        @keyparam showArgs flag indicating to show the arguments (boolean)
-        @keyparam environment dictionary of environment settings to add
+        @param workingDir working directory for the process (string)
+        @param showArgs flag indicating to show the arguments (boolean)
+        @param environment dictionary of environment settings to add
             or change for the git process (dict of string and string)
         @return flag indicating a successful start of the process (boolean)
         """

eric ide

mercurial