From: Andrew M. Kuchling Date: Tue, 6 Apr 2004 19:43:03 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.4a1~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22ab06e4debcd65362e3f9ef69151eac70535c5f;p=python Fix comment typo --- diff --git a/Lib/urllib2.py b/Lib/urllib2.py index cd0cfc18e1..39dadbd1bf 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. """