Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11c08fd

Browse files
committed
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
2 parents d12ff7b + b6f1d64 commit 11c08fd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Basic Usage
192192

193193
Keys in key/value pairs of JSON are always of the type :class:`str`. When
194194
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
195+
coerced to strings. As a result of this, if a dictionary is converted
196196
into JSON and then back into a dictionary, the dictionary may not equal
197197
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
198198
keys.

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ Chris Herborth
493493
Ivan Herman
494494
Jürgen Hermann
495495
Gary Herron
496+
Ernie Hershey
496497
Thomas Herve
497498
Bernhard Herzog
498499
Magnus L. Hetland

0 commit comments

Comments
 (0)