[Python-checkins] cpython (2.7): #21945: fix typo in Cookie module docstring.

ezio.melotti python-checkins at python.org
Wed Jul 9 14:44:18 CEST 2014


http://hg.python.org/cpython/rev/c3ec90a6526e
changeset:   91619:c3ec90a6526e
branch:      2.7
parent:      91597:8ebda8114e97
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Jul 09 15:45:25 2014 +0300
summary:
  #21945: fix typo in Cookie module docstring.

files:
  Lib/Cookie.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/Cookie.py b/Lib/Cookie.py
--- a/Lib/Cookie.py
+++ b/Lib/Cookie.py
@@ -56,7 +56,7 @@
    >>> 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.]
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list