mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Fix comment typo
This commit is contained in:
parent
1d5d8cf61f
commit
3c76ad0f8d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue