projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcb6cf
)
Correct minor grammar mistake (GH-15404)
author
Andre Delfino
<adelfino@gmail.com>
Fri, 23 Aug 2019 09:58:27 +0000
(06:58 -0300)
committer
Pablo Galindo
<Pablogsal@gmail.com>
Fri, 23 Aug 2019 09:58:27 +0000
(10:58 +0100)
Doc/library/json.rst
patch
|
blob
|
history
diff --git
a/Doc/library/json.rst
b/Doc/library/json.rst
index 56c16f5d296a3b0cd38a6db084461268359312f4..23e39e95f783ef2cf49694b30b688e681f2e8123 100644
(file)
--- a/
Doc/library/json.rst
+++ b/
Doc/library/json.rst
@@
-129,7
+129,7
@@
See :ref:`json-commandline` for detailed documentation.
inputs and outputs were typically scrambled unless
:class:`collections.OrderedDict` was specifically requested. Starting
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.