Fix comment typo

This commit is contained in:
Andrew M. Kuchling 2002-12-17 18:56:26 +00:00
parent 1d5d8cf61f
commit 3c76ad0f8d
1 changed files with 1 additions and 1 deletions

View 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()