src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10373
093dcebe5ecb
child 10439
21c28b0f9e41
--- a/src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.py	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.py	Wed Dec 20 14:58:58 2023 +0100
@@ -25,6 +25,7 @@
         Constructor
 
         @param lexers reference to the lexers dictionary
+        @type dict
         """
         super().__init__()
         self.setupUi(self)
@@ -591,7 +592,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 = EditorPropertiesPage(dlg.getLexers())
     return page

eric ide

mercurial