From 3c76ad0f8dbe56fecc423068a9c1e023ea517590 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 17 Dec 2002 18:56:26 +0000 Subject: Fix comment typo --- Lib/Cookie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/Cookie.py b/Lib/Cookie.py index 8246ea0..31d59af 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 semantics, but more on that later. >>> C = Cookie.SimpleCookie() -- cgit v0.12