src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
69 def create(dlg): # noqa: U100 69 def create(dlg): # noqa: U100
70 """ 70 """
71 Module function to create the configuration page. 71 Module function to create the configuration page.
72 72
73 @param dlg reference to the configuration dialog 73 @param dlg reference to the configuration dialog
74 @return reference to the instantiated page (ConfigurationPageBase) 74 @type ConfigurationDialog
75 @return reference to the instantiated page
76 @rtype ConfigurationPageBase
75 """ 77 """
76 page = EditorSyntaxPage() 78 page = EditorSyntaxPage()
77 return page 79 return page

eric ide

mercurial