We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c77730 commit 994925bCopy full SHA for 994925b
Doc/library/json.rst
@@ -129,7 +129,7 @@ See :ref:`json-commandline` for detailed documentation.
129
inputs and outputs were typically scrambled unless
130
:class:`collections.OrderedDict` was specifically requested. Starting
131
with Python 3.7, the regular :class:`dict` became order preserving, so
132
- it is no longer necessary specify :class:`collections.OrderedDict` for
+ it is no longer necessary to specify :class:`collections.OrderedDict` for
133
JSON generation and parsing.
134
135
0 commit comments