src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -22,8 +22,10 @@
         """
         Constructor
 
-        @param subrepositories list of sub-repository entries (list of strings)
-        @param parent reference to the parent widget (QWidget)
+        @param subrepositories list of sub-repository entries
+        @type list of str
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -54,8 +56,8 @@
         Public method to retrieve the data.
 
         @return tuple giving the remaining sub-repositories, the removed ones
-            and a flag indicating to delete the removed ones from disc (list
-            of strings, list of strings, boolean)
+            and a flag indicating to delete the removed ones from disc
+        @rtype tuple of (list of str, list of str, bool)
         """
         return (
             [

eric ide

mercurial