Commit 3d08f25a authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.

parent a7b584b6
...@@ -197,7 +197,7 @@ Basic Usage ...@@ -197,7 +197,7 @@ Basic Usage
Keys in key/value pairs of JSON are always of the type :class:`str`. When Keys in key/value pairs of JSON are always of the type :class:`str`. When
a dictionary is converted into JSON, all the keys of the dictionary are a dictionary is converted into JSON, all the keys of the dictionary are
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
into JSON and then back into a dictionary, the dictionary may not equal into JSON and then back into a dictionary, the dictionary may not equal
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
keys. keys.
......
...@@ -409,6 +409,7 @@ Chris Herborth ...@@ -409,6 +409,7 @@ Chris Herborth
Ivan Herman Ivan Herman
Jürgen Hermann Jürgen Hermann
Gary Herron Gary Herron
Ernie Hershey
Thomas Herve Thomas Herve
Bernhard Herzog Bernhard Herzog
Magnus L. Hetland Magnus L. Hetland
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment