--- a/src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/ViewManagerPlugins/Listspace/Listspace.py Sat Apr 20 18:01:36 2024 +0200 @@ -485,7 +485,7 @@ @param noName name to be used for an unnamed editor @type str @param addNext flag indicating to add the view next to the current - view + view (unused) @type bool @param indexes of the editor, first the split view index, second the index within the view @@ -530,13 +530,13 @@ self.changeCaption.emit("") self.editorChangedEd.emit(editor) - def __captionChange(self, cap, editor): # noqa: U100 + def __captionChange(self, _cap, editor): """ Private method to handle caption change signals from the editor. Updates the listwidget text to reflect the new caption information. - @param cap Caption for the editor + @param _cap caption for the editor (unused) @type str @param editor Editor to update the caption for @type Editor