src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10373
093dcebe5ecb
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
328 def create(dlg): # noqa: U100 328 def create(dlg): # noqa: U100
329 """ 329 """
330 Module function to create the configuration page. 330 Module function to create the configuration page.
331 331
332 @param dlg reference to the configuration dialog 332 @param dlg reference to the configuration dialog
333 @return reference to the instantiated page (ConfigurationPageBase) 333 @type ConfigurationDialog
334 @return reference to the instantiated page
335 @rtype ConfigurationPageBase
334 """ 336 """
335 page = EditorTypingPage() 337 page = EditorTypingPage()
336 return page 338 return page

eric ide

mercurial