summaryrefslogtreecommitdiff
path: root/Lib/http/cookiejar.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-13 09:17:24 -0500
committerBenjamin Peterson <benjamin@python.org>2015-01-13 09:17:24 -0500
commitf13a88399f22ed55a0085c76971bda507f4bbca6 (patch)
treeef3ae75c285041035acc5e7db290e4de625bcd6c /Lib/http/cookiejar.py
parent47f98453c4e9c44283e1c2aa791e2abd96c42a9c (diff)
downloadcpython-f13a88399f22ed55a0085c76971bda507f4bbca6.tar.gz
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
Diffstat (limited to 'Lib/http/cookiejar.py')
-rw-r--r--Lib/http/cookiejar.py2
1 files changed, 1 insertions, 1 deletions
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.