summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2019-08-23 09:58:27 (GMT)
committerPablo Galindo <Pablogsal@gmail.com>2019-08-23 09:58:27 (GMT)
commitd288b29fc652d27191bde3b3c9145c2eb8169929 (patch)
treed14ed129080d18af24a25f021a3b4b1e7a5f3029
parent6fcb6cfb139ade1aac6dbee0b18ca72b18cbe0d2 (diff)
downloadcpython-d288b29fc652d27191bde3b3c9145c2eb8169929.zip
cpython-d288b29fc652d27191bde3b3c9145c2eb8169929.tar.gz
cpython-d288b29fc652d27191bde3b3c9145c2eb8169929.tar.bz2
Correct minor grammar mistake (GH-15404)
-rw-r--r--Doc/library/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index 56c16f5..23e39e9 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.