diff -r c712d09cc839 -r f6881d10e995 src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py --- a/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py Fri Dec 22 17:24:07 2023 +0100 @@ -93,7 +93,8 @@ """ Private slot called by a button of the button box clicked. - @param button button that was clicked (QAbstractButton) + @param button button that was clicked + @type QAbstractButton """ if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close): self.close()