src/eric7/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9995
00eb2b418f8e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
193 dlg.exec() 193 dlg.exec()
194 194
195 self.__populateDictionariesList() 195 self.__populateDictionariesList()
196 196
197 197
198 def create(dlg): 198 def create(dlg): # noqa: U100
199 """ 199 """
200 Module function to create the configuration page. 200 Module function to create the configuration page.
201 201
202 @param dlg reference to the configuration dialog 202 @param dlg reference to the configuration dialog
203 @type Configuration 203 @type Configuration

eric ide

mercurial