eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7960
e8fc383322f7
child 8176
31965986ecd1
diff -r 866adc8c315b -r 0acf98cd089a eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/subversion.py	Mon Feb 01 10:38:16 2021 +0100
@@ -182,7 +182,7 @@
         """
         Public method used to initialize the subversion repository.
         
-        The subversion repository has to be initialized from outside eric6
+        The subversion repository has to be initialized from outside eric
         because the respective command always works locally. Therefore we
         always return TRUE without doing anything.
         
@@ -2110,7 +2110,7 @@
         repository.
         
         @param name file name to get from the repository (string)
-        @keyparam rev revision to retrieve (integer or string)
+        @param rev revision to retrieve (integer or string)
         @return contents of the file (string) and an error message (string)
         """
         output = ""
@@ -2153,8 +2153,8 @@
         repository side-by-side.
         
         @param name file name to be diffed (string)
-        @keyparam extended flag indicating the extended variant (boolean)
-        @keyparam revisions tuple of two revisions (tuple of strings)
+        @param extended flag indicating the extended variant (boolean)
+        @param revisions tuple of two revisions (tuple of strings)
         @exception ValueError raised to indicate an invalid name parameter type
         """
         if isinstance(name, list):

eric ide

mercurial