eric6/Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7917
e04b7a25e241
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sat Dec 19 15:22:26 2020 +0100
@@ -1962,7 +1962,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)
         """
         args = []
@@ -2005,8 +2005,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 illegal name parameter type
         """
         if isinstance(name, list):

eric ide

mercurial