From 82f34ada45f96c13eb68927d6beccdcbab2c77b3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 13 Jan 2015 09:17:24 -0500 Subject: fix instances of consecutive articles (closes #23221) Patch by Karan Goel. --- Lib/http/cookiejar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/http/cookiejar.py') diff --git a/Lib/http/cookiejar.py b/Lib/http/cookiejar.py index 2ddd523bba..7e4982f3e4 100644 --- a/Lib/http/cookiejar.py +++ b/Lib/http/cookiejar.py @@ -1792,7 +1792,7 @@ class FileCookieJar(CookieJar): def lwp_cookie_str(cookie): - """Return string representation of Cookie in an the LWP cookie file format. + """Return string representation of Cookie in the LWP cookie file format. Actually, the format is extended a bit -- see module docstring. -- cgit v1.2.1