--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitUtilities.py Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitUtilities.py Sat Dec 23 15:40:23 2023 +0100 @@ -18,7 +18,8 @@ """ Public function to get the filename of the config file. - @return filename of the config file (string) + @return filename of the config file + @rtype str """ if OSUtilities.isWindowsPlatform(): userprofile = os.environ["USERPROFILE"] @@ -32,8 +33,10 @@ """ Public function to prepare the given process. - @param proc reference to the process to be prepared (QProcess) - @param language language to be set (string) + @param proc reference to the process to be prepared + @type QProcess + @param language language to be set + @type str """ env = QProcessEnvironment.systemEnvironment()