src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- 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"]

eric ide

mercurial