From c0458830fb2d19c7efa00c096203110465939f19 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Mon, 19 Nov 2007 16:30:24 +0000 Subject: Fixed detail in add_type() explanation (issue 1463). --- Doc/library/mimetypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/mimetypes.rst b/Doc/library/mimetypes.rst index fd5e12d..c92f821 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 -- cgit v0.12