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

branch
eric7
changeset 10441
a79201e0e149
parent 10439
21c28b0f9e41
child 10491
acabc60b19a2
diff -r 2c1289d82881 -r a79201e0e149 src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sun Dec 24 19:46:25 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sun Dec 24 19:49:52 2023 +0100
@@ -149,9 +149,8 @@
         """
         Public method used to test for the presence of the svn executable.
 
-        @return flag indicating the existance (boolean) and an error message
-           
-        @rtype str
+        @return flag indicating the existence and an error message
+        @rtype tuple of (bool, str)
         """
         self.versionStr = ""
         errMsg = ""

eric ide

mercurial