summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-02-23 00:15:14 (GMT)
committerNed Deily <nad@acm.org>2015-02-23 00:15:14 (GMT)
commit1de71915ff6f0814f76a9e981a9e8fe23e6ee924 (patch)
treeeaa85f3a8dd2491ace4820f48effb2a0f29a6782 /Doc
parent0f88891809b7619130b20494b1eb30fe400de6ce (diff)
parent75790938a46784476389d3c7fbe14970f560d7bd (diff)
downloadcpython-1de71915ff6f0814f76a9e981a9e8fe23e6ee924.zip
cpython-1de71915ff6f0814f76a9e981a9e8fe23e6ee924.tar.gz
cpython-1de71915ff6f0814f76a9e981a9e8fe23e6ee924.tar.bz2
Issue #23499: Fix grammar error noticed by SilentGhost
Diffstat (limited to 'Doc')
-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 f836243..8739ea3 100644
--- a/Doc/library/mimetypes.rst
+++ b/Doc/library/mimetypes.rst
@@ -106,8 +106,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 ``True`` (the default), the mapping will added to the official MIME
- types, otherwise to the non-standard ones.
+ When *strict* is ``True`` (the default), the mapping will be added to the
+ official MIME types, otherwise to the non-standard ones.
.. data:: inited