src/eric7/Preferences/ConfigurationPages/NotificationsPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
--- a/src/eric7/Preferences/ConfigurationPages/NotificationsPage.py	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/NotificationsPage.py	Wed Dec 20 14:58:58 2023 +0100
@@ -98,7 +98,8 @@
         """
         Private slot to select the position visually.
 
-        @param checked state of the button (boolean)
+        @param checked state of the button
+        @type bool
         """
         from eric7.UI.NotificationWidget import NotificationWidget
 
@@ -299,7 +300,9 @@
     Module function to create the configuration page.
 
     @param dlg reference to the configuration dialog
-    @return reference to the instantiated page (ConfigurationPageBase)
+    @type ConfigurationDialog
+    @return reference to the instantiated page
+    @rtype ConfigurationPageBase
     """
     page = NotificationsPage()
     return page

eric ide

mercurial