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 d12ff7b + b6f1d64 commit 11c08fdCopy full SHA for 11c08fd
2 files changed
Doc/library/json.rst
@@ -192,7 +192,7 @@ Basic Usage
192
193
Keys in key/value pairs of JSON are always of the type :class:`str`. When
194
a dictionary is converted into JSON, all the keys of the dictionary are
195
- 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
196
into JSON and then back into a dictionary, the dictionary may not equal
197
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
198
keys.
Misc/ACKS
@@ -493,6 +493,7 @@ Chris Herborth
493
Ivan Herman
494
Jürgen Hermann
495
Gary Herron
496
+Ernie Hershey
497
Thomas Herve
498
Bernhard Herzog
499
Magnus L. Hetland
0 commit comments