From 83e9e32791317f880e825bdbdd7ff4ac4a9b1ef8 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 21 Feb 2003 06:59:07 +0000 Subject: [PATCH] Spelling error --- Lib/Cookie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.47.3