From: Ezio Melotti Date: Wed, 9 Jul 2014 12:45:25 +0000 (+0300) Subject: #21945: fix typo in Cookie module docstring. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f97376f9526170e7dad210dedb8c6ede45e2fc51;p=python #21945: fix typo in Cookie module docstring. --- diff --git a/Lib/Cookie.py b/Lib/Cookie.py index 5fbbf94518..a5239ca6a3 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.]