Fixed a code documentation issue. eric7

Tue, 03 Dec 2024 14:19:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 03 Dec 2024 14:19:49 +0100
branch
eric7
changeset 11073
d7c57d189e29
parent 11072
f0959a159d74
child 11074
97f6160548a6

Fixed a code documentation issue.

src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py	Tue Dec 03 09:35:02 2024 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py	Tue Dec 03 14:19:49 2024 +0100
@@ -15,7 +15,7 @@
 
 class Closehead(HgExtension):
     """
-    Class implementing the strip extension interface.
+    Class implementing the closehead extension interface.
     """
 
     def __init__(self, vcs, ui=None):
@@ -33,8 +33,8 @@
         """
         Public method to close arbitrary heads.
 
-        @param revisions revisions of branch heads to be closed
-        @type str
+        @param revisions list of revisions of branch heads to be closed
+        @type list of str
         """
         from .HgCloseHeadSelectionDialog import HgCloseHeadSelectionDialog
 

eric ide

mercurial