[Python-checkins] Correct minor grammar mistake (GH-15404)

Pablo Galindo webhook-mailer at python.org
Fri Aug 23 05:58:32 EDT 2019


https://github.com/python/cpython/commit/d288b29fc652d27191bde3b3c9145c2eb8169929
commit: d288b29fc652d27191bde3b3c9145c2eb8169929
branch: master
author: Andre Delfino <adelfino at gmail.com>
committer: Pablo Galindo <Pablogsal at gmail.com>
date: 2019-08-23T10:58:27+01:00
summary:

Correct minor grammar mistake (GH-15404)

files:
M Doc/library/json.rst

diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index 56c16f5d296a..23e39e95f783 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -129,7 +129,7 @@ See :ref:`json-commandline` for detailed documentation.
    inputs and outputs were typically scrambled unless
    :class:`collections.OrderedDict` was specifically requested.  Starting
    with Python 3.7, the regular :class:`dict` became order preserving, so
-   it is no longer necessary specify :class:`collections.OrderedDict` for
+   it is no longer necessary to specify :class:`collections.OrderedDict` for
    JSON generation and parsing.
 
 



More information about the Python-checkins mailing list