summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2007-11-19 16:30:24 +0000
committerFacundo Batista <facundobatista@gmail.com>2007-11-19 16:30:24 +0000
commitc0458830fb2d19c7efa00c096203110465939f19 (patch)
tree319723099f45be3b89b25b9ae38024e91fa98c20
parent8f6793b5409872dde15da00dca656dd2b63c9a05 (diff)
downloadcpython-git-c0458830fb2d19c7efa00c096203110465939f19.tar.gz
Fixed detail in add_type() explanation (issue 1463).
-rw-r--r--Doc/library/mimetypes.rst4
1 files changed, 2 insertions, 2 deletions
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