--- a/src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py Tue Apr 23 11:26:04 2024 +0200 @@ -166,11 +166,11 @@ ) @pyqtSlot(str) - def on_filterEdit_textChanged(self, txt): + def on_filterEdit_textChanged(self, _txt): """ Private slot to react on changes of the document filter text. - @param txt current entry of the filter + @param _txt current entry of the filter (unused) @type str """ self.__applyDocumentsListFilter()