--- a/WebBrowser/CookieJar/CookieJar.py Sun Apr 03 16:33:37 2016 +0200 +++ b/WebBrowser/CookieJar/CookieJar.py Sun Apr 03 17:07:25 2016 +0200 @@ -179,7 +179,7 @@ def __rejectCookie(self, cookie, cookieDomain): """ - Public method to test, if a cookie shall be rejected. + Private method to test, if a cookie shall be rejected. @param cookie cookie to be tested @type QNetworkCookie