diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-04-06 19:35:27 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-04-06 19:35:27 (GMT) |
commit | 7d6b8954bf9b2a51156e39fe3656514b3f4bf0bb (patch) | |
tree | 2826887819edb5f0f66bd3fc5495dfe56a02fe07 /Lib/mimetypes.py | |
parent | fff61ea025e9ef31a2a467e685cbda3277d5237f (diff) | |
download | cpython-7d6b8954bf9b2a51156e39fe3656514b3f4bf0bb.zip cpython-7d6b8954bf9b2a51156e39fe3656514b3f4bf0bb.tar.gz cpython-7d6b8954bf9b2a51156e39fe3656514b3f4bf0bb.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/mimetypes.py')
-rw-r--r-- | Lib/mimetypes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index ee2ff61..bee2ff7 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 |