summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-04-06 19:43:03 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-04-06 19:43:03 (GMT)
commit22ab06e4debcd65362e3f9ef69151eac70535c5f (patch)
tree6cf9715e67b54cd6fd41a5cd8a53eacdf349a487 /Lib
parentd9b38d2729809dc47095ff37d66c7e207b8d5c81 (diff)
downloadcpython-22ab06e4debcd65362e3f9ef69151eac70535c5f.zip
cpython-22ab06e4debcd65362e3f9ef69151eac70535c5f.tar.gz
cpython-22ab06e4debcd65362e3f9ef69151eac70535c5f.tar.bz2
Fix comment typo
Diffstat (limited to 'Lib')
-rw-r--r--Lib/urllib2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py
index cd0cfc1..39dadbd 100644
--- a/Lib/urllib2.py
+++ b/Lib/urllib2.py
@@ -1015,7 +1015,7 @@ def parse_keqv_list(l):
def parse_http_list(s):
"""Parse lists as described by RFC 2068 Section 2.
- In particular, parse comman-separated lists where the elements of
+ In particular, parse comma-separated lists where the elements of
the list may include quoted-strings. A quoted-string could
contain a comma.
"""