src/eric7/Project/FiletypeAssociationDialog.py

branch
eric7
changeset 10430
e440aaf179ce
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r 643989a1e2bd -r e440aaf179ce src/eric7/Project/FiletypeAssociationDialog.py
--- 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)

eric ide

mercurial