]> granicus.if.org Git - python/commitdiff
#21945: fix typo in Cookie module docstring.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 9 Jul 2014 12:45:25 +0000 (15:45 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 9 Jul 2014 12:45:25 +0000 (15:45 +0300)
Lib/Cookie.py

index 5fbbf945181bd4bb79b2e5342a161c81bc67b716..a5239ca6a379731cdbdb0df55c9f75e6a34dc60e 100644 (file)
@@ -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.]