--- a/src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -170,11 +170,11 @@ self.dictionariesUrlEdit.setReadOnly(not checked) @pyqtSlot(str) - def on_locationComboBox_currentTextChanged(self, txt): + def on_locationComboBox_currentTextChanged(self, _txt): """ Private slot to handle a change of the installation location. - @param txt installation location + @param _txt installation location (unused) @type str """ self.__checkInstalledDictionaries()