src/eric7/VCS/RepositoryInfoDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r c712d09cc839 -r f6881d10e995 src/eric7/VCS/RepositoryInfoDialog.py
--- a/src/eric7/VCS/RepositoryInfoDialog.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/VCS/RepositoryInfoDialog.py	Fri Dec 22 17:24:07 2023 +0100
@@ -21,8 +21,10 @@
         """
         Constructor
 
-        @param parent reference to the parent widget (QWidget)
-        @param info info data to show (string)
+        @param parent reference to the parent widget
+        @type QWidget
+        @param info info data to show
+        @type str
         """
         super().__init__(parent)
         self.setupUi(self)

eric ide

mercurial