spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig

This commit is contained in:
Paul Davis 2015-09-11 09:23:43 -04:00
parent 6048d2cd23
commit ec06f2c49f
7 changed files with 8 additions and 8 deletions

View file

@ -534,7 +534,7 @@ class DefaultCookiePolicy(CookiePolicy):
Both RFC 2965 and Netscape cookies are covered.
The easiest way to provide your own policy is to override this class and
call its methods in your overriden implementations before adding your own
call its methods in your overridden implementations before adding your own
additional checks.
import ClientCookie