Commit 348f82ac authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix comment typo

parent 45a7273f
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment