]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 17 Dec 2002 18:56:26 +0000 (18:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 17 Dec 2002 18:56:26 +0000 (18:56 +0000)
Lib/Cookie.py

index 8246ea0886a45b37364879ea3145b18274ee86bf..31d59afd2c0618b0a2e11675fcb15e1ae68c2ad2 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 semantics, but
 more on that later.
 
    >>> C = Cookie.SimpleCookie()