--- a/src/eric7/Project/FiletypeAssociationDialog.py Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Project/FiletypeAssociationDialog.py Wed Dec 20 19:28:22 2023 +0100 @@ -153,7 +153,8 @@ """ Private slot to handle the textChanged signal of the pattern lineedit. - @param txt text of the line edit (string) + @param txt text of the line edit + @type str """ if not txt: self.deleteAssociationButton.setEnabled(False)