There was an error while loading. Please reload this page.
1 parent 6fcb6cf commit d288b29Copy full SHA for d288b29
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