--- 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) """