From: Raymond Hettinger Date: Fri, 21 Feb 2003 06:59:07 +0000 (+0000) Subject: Spelling error X-Git-Tag: v2.2.3c1~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83e9e32791317f880e825bdbdd7ff4ac4a9b1ef8;p=thirdparty%2FPython%2Fcpython.git Spelling error --- diff --git a/Lib/Cookie.py b/Lib/Cookie.py index 8e596571ada5..5e3e00c73e41 100644 --- a/Lib/Cookie.py +++ b/Lib/Cookie.py @@ -51,7 +51,7 @@ Importing is easy.. >>> import Cookie Most of the time you start by creating a cookie. Cookies come in -three flavors, each with slighly different encoding semanitcs, but +three flavors, each with slightly different encoding semanitcs, but more on that later. >>> C = Cookie.SimpleCookie()