From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 23 Aug 2019 10:06:27 +0000 (-0700) Subject: Correct minor grammar mistake (GH-15404) X-Git-Tag: v3.8.0b4~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=994925b2cb28d5a77c9bdf056b6fdf99838fd848;p=thirdparty%2FPython%2Fcpython.git Correct minor grammar mistake (GH-15404) (cherry picked from commit d288b29fc652d27191bde3b3c9145c2eb8169929) Co-authored-by: Andre Delfino --- 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.