]> granicus.if.org Git - python/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 6 Apr 2004 19:43:03 +0000 (19:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 6 Apr 2004 19:43:03 +0000 (19:43 +0000)
Lib/urllib2.py

index cd0cfc18e172032180a156a25524bd41a5b36773..39dadbd1bf125980bbcebed1ea694e43eeb66a98 100644 (file)
@@ -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.
     """