diff -r 89b8e0a67fde -r 6a37b6ac3928 src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingCache.py --- a/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingCache.py Sun Jan 14 13:02:05 2024 +0100 +++ b/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingCache.py Tue Jan 16 14:18:52 2024 +0100 @@ -178,7 +178,7 @@ def lookupFullHashes(self, hashValues): """ Public method to get a list of threat lists and expiration flag - for the given hashes if a hash is blacklisted. + for the given hashes if a hash is on the block list. @param hashValues list of hash values to look up @type list of bytes