diff options
author | Ned Deily <nad@acm.org> | 2015-02-23 00:14:32 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-02-23 00:14:32 (GMT) |
commit | 75790938a46784476389d3c7fbe14970f560d7bd (patch) | |
tree | 38df39ac1da56c566496526aa7316852c8ec7c69 /Doc | |
parent | c26a1a490fd290fb40bf00a8014834484aeafdd4 (diff) | |
download | cpython-75790938a46784476389d3c7fbe14970f560d7bd.zip cpython-75790938a46784476389d3c7fbe14970f560d7bd.tar.gz cpython-75790938a46784476389d3c7fbe14970f560d7bd.tar.bz2 |
Issue #23499: Fix grammar error noticed by SilentGhost
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/mimetypes.rst | 4 |
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 |