Skip to content

Commit 994925b

Browse files
Correct minor grammar mistake (GH-15404)
(cherry picked from commit d288b29) Co-authored-by: Andre Delfino <[email protected]>
1 parent 5c77730 commit 994925b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ See :ref:`json-commandline` for detailed documentation.
129129
inputs and outputs were typically scrambled unless
130130
:class:`collections.OrderedDict` was specifically requested. Starting
131131
with Python 3.7, the regular :class:`dict` became order preserving, so
132-
it is no longer necessary specify :class:`collections.OrderedDict` for
132+
it is no longer necessary to specify :class:`collections.OrderedDict` for
133133
JSON generation and parsing.
134134

135135

0 commit comments

Comments
 (0)