summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-02-23 00:08:23 (GMT)
committerNed Deily <nad@acm.org>2015-02-23 00:08:23 (GMT)
commit0e4da40e58a81823ecd39f6e882367e2ce622b32 (patch)
treee6766c03528770cadd8c641e67d087300ab094cc /Doc
parent437d535e5b92b67d092ba605b8ceb3f2da597236 (diff)
downloadcpython-0e4da40e58a81823ecd39f6e882367e2ce622b32.zip
cpython-0e4da40e58a81823ecd39f6e882367e2ce622b32.tar.gz
cpython-0e4da40e58a81823ecd39f6e882367e2ce622b32.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 740c2f6..0b7fc92 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