[Python-checkins] cpython (2.7): Issue #23499: Fix grammar error noticed by SilentGhost
ned.deily
python-checkins at python.org
Mon Feb 23 01:15:44 CET 2015
https://hg.python.org/cpython/rev/2b8c5ed7b38b
changeset: 94730:2b8c5ed7b38b
branch: 2.7
parent: 94727:bf52f69d6948
user: Ned Deily <nad at acm.org>
date: Sun Feb 22 16:08:23 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