]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Spelling error
authorRaymond Hettinger <python@rcn.com>
Fri, 21 Feb 2003 06:59:07 +0000 (06:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 21 Feb 2003 06:59:07 +0000 (06:59 +0000)
Lib/Cookie.py

index 8e596571ada579571dac61949ec6e096c2ec88dd..5e3e00c73e416c0ba4334b0def767a05b3f2d6a2 100644 (file)
@@ -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()