src/eric7/Preferences/ConfigurationPages/EditorSpellCheckingPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
125 def create(dlg): # noqa: U100 125 def create(dlg): # noqa: U100
126 """ 126 """
127 Module function to create the configuration page. 127 Module function to create the configuration page.
128 128
129 @param dlg reference to the configuration dialog 129 @param dlg reference to the configuration dialog
130 @return reference to the instantiated page (ConfigurationPageBase) 130 @type ConfigurationDialog
131 @return reference to the instantiated page
132 @rtype ConfigurationPageBase
131 """ 133 """
132 page = EditorSpellCheckingPage() 134 page = EditorSpellCheckingPage()
133 return page 135 return page

eric ide

mercurial