src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 10403
ea3320d5e8e9
child 10439
21c28b0f9e41
diff -r c712d09cc839 -r f6881d10e995 src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py
--- a/src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Fri Dec 22 17:24:07 2023 +0100
@@ -164,7 +164,8 @@
         Private slot to set the read only status of the dictionaries URL line
         edit.
 
-        @param checked state of the push button (boolean)
+        @param checked state of the push button
+        @type bool
         """
         self.dictionariesUrlEdit.setReadOnly(not checked)
 

eric ide

mercurial