--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py Sat Dec 23 15:40:23 2023 +0100 @@ -19,7 +19,8 @@ """ Module function to get the filename of the servers file. - @return filename of the servers file (string) + @return filename of the servers file + @rtype str """ if OSUtilities.isWindowsPlatform(): appdata = os.environ["APPDATA"] @@ -33,7 +34,8 @@ """ Module 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(): appdata = os.environ["APPDATA"]