[Python-checkins] cpython (merge 3.4 -> default): Issue #23499: Fix grammar error noticed by SilentGhost

ned.deily python-checkins at python.org
Mon Feb 23 01:15:41 CET 2015


https://hg.python.org/cpython/rev/49130b06e3ac
changeset:   94732:49130b06e3ac
parent:      94729:a8df1ca60452
parent:      94731:5dfdaec85345
user:        Ned Deily <nad at acm.org>
date:        Sun Feb 22 16:15:14 2015 -0800
summary:
  Issue #23499: Fix grammar error noticed by SilentGhost

files:
  Doc/library/mimetypes.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/mimetypes.rst b/Doc/library/mimetypes.rst
--- a/Doc/library/mimetypes.rst
+++ b/Doc/library/mimetypes.rst
@@ -106,8 +106,8 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list