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

Skip to content

Commit b6f1d64

Browse files
committed
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
2 parents 355a987 + 9cbcc2f commit b6f1d64

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
@@ -195,7 +195,7 @@ Basic Usage
195195

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

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ Chris Herborth
490490
Ivan Herman
491491
Jürgen Hermann
492492
Gary Herron
493+
Ernie Hershey
493494
Thomas Herve
494495
Bernhard Herzog
495496
Magnus L. Hetland

0 commit comments

Comments
 (0)