Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 9 Mar 2013 00:35:15 +0000 (19:35 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 9 Mar 2013 00:35:15 +0000 (19:35 -0500)
Doc/library/json.rst
Misc/ACKS

index 400e2d289bc981dec5b8fc3c748273272eff8a27..648ba3a78828e167a8c8f66a80b5a6afd3ce3e5f 100644 (file)
@@ -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.
index aabc36178a0edd95a3e736aa15dedd3ec1afdeb1..2ef1f4052aa1a6a2bd1fcbddb4aeab6e94a6cf70 100644 (file)
--- 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