ProjectPyramid/PyramidRoutesDialog.py

branch
eric7
changeset 168
fee59283137b
parent 167
d0f4aa941afe
child 171
4a8bf0845603
--- a/ProjectPyramid/PyramidRoutesDialog.py	Sat Dec 23 15:48:53 2023 +0100
+++ b/ProjectPyramid/PyramidRoutesDialog.py	Sat Dec 23 17:16:21 2023 +0100
@@ -77,7 +77,8 @@
         """
         Private slot called by a button of the button box clicked.
 
-        @param button button that was clicked (QAbstractButton)
+        @param button button that was clicked
+        @type QAbstractButton
         """
         if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close):
             self.close()

eric ide

mercurial