diff options
author | Facundo Batista <facundobatista@gmail.com> | 2007-11-19 16:30:24 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2007-11-19 16:30:24 (GMT) |
commit | c0458830fb2d19c7efa00c096203110465939f19 (patch) | |
tree | 319723099f45be3b89b25b9ae38024e91fa98c20 | |
parent | 8f6793b5409872dde15da00dca656dd2b63c9a05 (diff) | |
download | cpython-c0458830fb2d19c7efa00c096203110465939f19.zip cpython-c0458830fb2d19c7efa00c096203110465939f19.tar.gz cpython-c0458830fb2d19c7efa00c096203110465939f19.tar.bz2 |
Fixed detail in add_type() explanation (issue 1463).
-rw-r--r-- | Doc/library/mimetypes.rst | 4 |
1 files 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 |