From f97376f9526170e7dad210dedb8c6ede45e2fc51 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 9 Jul 2014 15:45:25 +0300 Subject: #21945: fix typo in Cookie module docstring. --- Lib/Cookie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.] -- cgit v0.12