--- a/src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -149,11 +149,11 @@ self.__updateOkButton() @pyqtSlot(str) - def on_altTextEdit_textChanged(self, txt): + def on_altTextEdit_textChanged(self, _txt): """ Private slot handling changes of the alternative text. - @param txt alternative text + @param _txt alternative text (unused) @type str """ self.__updateOkButton()