src/eric7/Plugins/VcsPlugins/vcsGit/GitListDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitListDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitListDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -21,8 +21,10 @@
         """
         Constructor
 
-        @param selections list of entries to select from (list of string)
-        @param parent reference to the parent widget (QWidget)
+        @param selections list of entries to select from
+        @type list of str
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -33,7 +35,8 @@
         """
         Public method to return the selected entries.
 
-        @return list of selected entries (list of string)
+        @return list of selected entries
+        @rtype list of str
         """
         selection = []
         for itm in self.selectionList.selectedItems():

eric ide

mercurial