diff -r 89b8e0a67fde -r 6a37b6ac3928 src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py --- a/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py Sun Jan 14 13:02:05 2024 +0100 +++ b/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py Tue Jan 16 14:18:52 2024 +0100 @@ -128,7 +128,7 @@ def permutations(url): """ Static method to determine all permutations of host name and path - which can be applied to blacklisted URLs. + which can be applied to blocked URLs. @param url URL string to be permuted @type str