commit | f97376f9526170e7dad210dedb8c6ede45e2fc51 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Jul 09 15:45:25 2014 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Jul 09 15:45:25 2014 +0300 |
tree | f64c6bd3b0493fe779e0a961e95020967c06ef0b | |
parent | 65a6436b5f9d90ba0cf417464a4149f9cf67c938 [diff] [blame] |
#21945: fix typo in Cookie module docstring.
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 @@ >>> 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.]