--- 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)