Commit d288b29f authored by Andre Delfino's avatar Andre Delfino Committed by Pablo Galindo

Correct minor grammar mistake (GH-15404)

parent 6fcb6cfb
...@@ -129,7 +129,7 @@ See :ref:`json-commandline` for detailed documentation. ...@@ -129,7 +129,7 @@ See :ref:`json-commandline` for detailed documentation.
inputs and outputs were typically scrambled unless inputs and outputs were typically scrambled unless
:class:`collections.OrderedDict` was specifically requested. Starting :class:`collections.OrderedDict` was specifically requested. Starting
with Python 3.7, the regular :class:`dict` became order preserving, so 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. JSON generation and parsing.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment