diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:57:41 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:57:41 (GMT) |
commit | 85a8629d2134969fc9c35b56509d3a76d9dccecf (patch) | |
tree | 6c124696b1ee60500341b94040d1055527c05991 /Lib/test/test_http_cookiejar.py | |
parent | b5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0 (diff) | |
download | cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.zip cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.gz cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.bz2 |
#18466: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Lib/test/test_http_cookiejar.py')
-rw-r--r-- | Lib/test/test_http_cookiejar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_http_cookiejar.py b/Lib/test/test_http_cookiejar.py index 5575bff..143ac8a 100644 --- a/Lib/test/test_http_cookiejar.py +++ b/Lib/test/test_http_cookiejar.py @@ -374,7 +374,7 @@ class CookieTests(unittest.TestCase): ## commas and equals are commonly appear in the cookie value). This also ## means that if you fold multiple Set-Cookie header fields into one, ## comma-separated list, it'll be a headache to parse (at least my head -## starts hurting everytime I think of that code). +## starts hurting every time I think of that code). ## - Expires: You'll get all sorts of date formats in the expires, ## including emtpy expires attributes ("expires="). Be as flexible as you ## can, and certainly don't expect the weekday to be there; if you can't |