--- a/src/eric7/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.py Sat Apr 20 18:01:36 2024 +0200 @@ -195,12 +195,12 @@ self.__populateDictionariesList() -def create(dlg): # noqa: U100 +def create(_dlg): """ Module function to create the configuration page. - @param dlg reference to the configuration dialog - @type Configuration + @param _dlg reference to the configuration dialog (unused) + @type ConfigurationDialog @return reference to the instantiated page @rtype ConfigurationPageBase """