]> granicus.if.org Git - python/commitdiff
Fixed detail in add_type() explanation (issue 1463).
authorFacundo Batista <facundobatista@gmail.com>
Mon, 19 Nov 2007 16:30:24 +0000 (16:30 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 19 Nov 2007 16:30:24 +0000 (16:30 +0000)
Doc/library/mimetypes.rst

index fd5e12d4348306a0a6aaceb382db32e9e8148490..c92f821e2b4cebfab90266981082dbd8c009db7b 100644 (file)
@@ -96,8 +96,8 @@ behavior of the module.
    extension is already known, the new type will replace the old one. When the type
    is already known the extension will be added to the list of known extensions.
 
-   When *strict* is the mapping will added to the official MIME types, otherwise to
-   the non-standard ones.
+   When *strict* is True (the default), the mapping will added to the official MIME
+   types, otherwise to the non-standard ones.
 
 
 .. data:: inited