summaryrefslogtreecommitdiffstats
path: root/Lib/Cookie.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-12-17 18:56:26 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-12-17 18:56:26 (GMT)
commit3c76ad0f8dbe56fecc423068a9c1e023ea517590 (patch)
tree9c699d5e3d6c6ab7ed6d24408eb928d9d533fe99 /Lib/Cookie.py
parent1d5d8cf61f03964e0d24eda6c0a9f853fa2ac2ad (diff)
downloadcpython-3c76ad0f8dbe56fecc423068a9c1e023ea517590.zip
cpython-3c76ad0f8dbe56fecc423068a9c1e023ea517590.tar.gz
cpython-3c76ad0f8dbe56fecc423068a9c1e023ea517590.tar.bz2
Fix comment typo
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()