diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/SubstyleDefinitionDialog.py --- a/src/eric7/Preferences/SubstyleDefinitionDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Preferences/SubstyleDefinitionDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -64,11 +64,11 @@ ) @pyqtSlot(str) - def on_descriptionEdit_textChanged(self, txt): + def on_descriptionEdit_textChanged(self, _txt): """ Private slot handling changes of the description. - @param txt text of the description + @param _txt text of the description (unused) @type str """ self.__updateOk()