src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
113 def create(dlg): # noqa: U100 113 def create(dlg): # noqa: U100
114 """ 114 """
115 Module function to create the configuration page. 115 Module function to create the configuration page.
116 116
117 @param dlg reference to the configuration dialog 117 @param dlg reference to the configuration dialog
118 @return reference to the instantiated page (ConfigurationPageBase) 118 @type ConfigurationDialog
119 @return reference to the instantiated page
120 @rtype ConfigurationPageBase
119 """ 121 """
120 page = HelpDocumentationPage() 122 page = HelpDocumentationPage()
121 return page 123 return page

eric ide

mercurial