From d288b29fc652d27191bde3b3c9145c2eb8169929 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Fri, 23 Aug 2019 06:58:27 -0300 Subject: [PATCH] Correct minor grammar mistake (GH-15404) --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 56c16f5d29..23e39e95f7 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. -- 2.40.0