summaryrefslogtreecommitdiffstats
path: root/Lib/Cookie.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2014-07-09 12:45:25 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2014-07-09 12:45:25 (GMT)
commitf97376f9526170e7dad210dedb8c6ede45e2fc51 (patch)
treef64c6bd3b0493fe779e0a961e95020967c06ef0b /Lib/Cookie.py
parent65a6436b5f9d90ba0cf417464a4149f9cf67c938 (diff)
downloadcpython-f97376f9526170e7dad210dedb8c6ede45e2fc51.zip
cpython-f97376f9526170e7dad210dedb8c6ede45e2fc51.tar.gz
cpython-f97376f9526170e7dad210dedb8c6ede45e2fc51.tar.bz2
#21945: fix typo in Cookie module docstring.
Diffstat (limited to 'Lib/Cookie.py')
-rw-r--r--Lib/Cookie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/Cookie.py b/Lib/Cookie.py
index 5fbbf94..a5239ca 100644
--- a/Lib/Cookie.py
+++ b/Lib/Cookie.py
@@ -56,7 +56,7 @@ more on that later.
>>> C = Cookie.SmartCookie()
[Note: Long-time users of Cookie.py will remember using
-Cookie.Cookie() to create an Cookie object. Although deprecated, it
+Cookie.Cookie() to create a Cookie object. Although deprecated, it
is still supported by the code. See the Backward Compatibility notes
for more information.]