From: Facundo Batista Date: Mon, 19 Nov 2007 16:30:24 +0000 (+0000) Subject: Fixed detail in add_type() explanation (issue 1463). X-Git-Tag: v2.6a1~1038 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0458830fb2d19c7efa00c096203110465939f19;p=python Fixed detail in add_type() explanation (issue 1463). --- diff --git a/Doc/library/mimetypes.rst b/Doc/library/mimetypes.rst index fd5e12d434..c92f821e2b 100644 --- a/Doc/library/mimetypes.rst +++ b/Doc/library/mimetypes.rst @@ -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