From: Ned Deily Date: Mon, 23 Feb 2015 00:08:23 +0000 (-0800) Subject: Issue #23499: Fix grammar error noticed by SilentGhost X-Git-Tag: v2.7.10rc1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e4da40e58a81823ecd39f6e882367e2ce622b32;p=thirdparty%2FPython%2Fcpython.git Issue #23499: Fix grammar error noticed by SilentGhost --- diff --git a/Doc/library/mimetypes.rst b/Doc/library/mimetypes.rst index 740c2f6be3a1..0b7fc92d5bfe 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