Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 355a987 + 9cbcc2f commit b6f1d64Copy full SHA for b6f1d64
2 files changed
Doc/library/json.rst
@@ -195,7 +195,7 @@ Basic Usage
195
196
Keys in key/value pairs of JSON are always of the type :class:`str`. When
197
a dictionary is converted into JSON, all the keys of the dictionary are
198
- coerced to strings. As a result of this, if a dictionary is convered
+ coerced to strings. As a result of this, if a dictionary is converted
199
into JSON and then back into a dictionary, the dictionary may not equal
200
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
201
keys.
Misc/ACKS
@@ -490,6 +490,7 @@ Chris Herborth
490
Ivan Herman
491
Jürgen Hermann
492
Gary Herron
493
+Ernie Hershey
494
Thomas Herve
495
Bernhard Herzog
496
Magnus L. Hetland
0 commit comments