Skip to content

Commit d288b29

Browse files
andresdelfinopablogsal
authored andcommitted
Correct minor grammar mistake (GH-15404)
1 parent 6fcb6cf commit d288b29

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)