From: Terry Jan Reedy Date: Sat, 9 Mar 2013 00:35:15 +0000 (-0500) Subject: Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. X-Git-Tag: v2.7.4rc1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d08f25acfae4dfc058c850899b35d84cdd10d04;p=python Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 400e2d289b..648ba3a788 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -197,7 +197,7 @@ Basic Usage 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 - 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 the original one. That is, ``loads(dumps(x)) != x`` if x has non-string keys. diff --git a/Misc/ACKS b/Misc/ACKS index aabc36178a..2ef1f4052a 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -409,6 +409,7 @@ Chris Herborth Ivan Herman Jürgen Hermann Gary Herron +Ernie Hershey Thomas Herve Bernhard Herzog Magnus L. Hetland