From: Tim Peters Date: Thu, 6 Apr 2006 19:35:27 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5a2~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d6b8954bf9b2a51156e39fe3656514b3f4bf0bb;p=python Whitespace normalization. --- diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index ee2ff6107a..bee2ff7534 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -332,7 +332,7 @@ def _default_mime_types(): '.Z': 'compress', } - # Before adding new types, make sure they are either registered with IANA, + # Before adding new types, make sure they are either registered with IANA, # at http://www.isi.edu/in-notes/iana/assignments/media-types # or extensions, i.e. using the x- prefix @@ -463,7 +463,7 @@ def _default_mime_types(): '.zip' : 'application/zip', } - # These are non-standard types, commonly found in the wild. They will + # These are non-standard types, commonly found in the wild. They will # only match if strict=0 flag is given to the API methods. # Please sort these too