From: Andrew M. Kuchling Date: Tue, 17 Dec 2002 18:56:26 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.3c1~2979 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c76ad0f8dbe56fecc423068a9c1e023ea517590;p=thirdparty%2FPython%2Fcpython.git Fix comment typo --- diff --git a/Lib/Cookie.py b/Lib/Cookie.py index 8246ea0886a4..31d59afd2c06 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()