summaryrefslogtreecommitdiffstats
path: root/Lib/Cookie.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/Cookie.py')
-rw-r--r--Lib/Cookie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/Cookie.py b/Lib/Cookie.py
index 8246ea0..31d59af 100644
--- a/Lib/Cookie.py
+++ b/Lib/Cookie.py
@@ -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()