--- a/eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py Sat Dec 19 15:22:26 2020 +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) """