]> granicus.if.org Git - python/commitdiff
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 f98e0ef603f7d5644f7cb5646d1edc1d6070b103..7b69c241865f3e9d9bff493a48e5ed609d5d3ede 100644 (file)
@@ -195,7 +195,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 8fbf9d083dc4cd193e02e24957a2088a5d9d5051..d6039ccbc6969dcd8731a61c2659d7df5ed30134 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -446,6 +446,7 @@ Chris Herborth
 Ivan Herman
 Jürgen Hermann
 Gary Herron
+Ernie Hershey
 Thomas Herve
 Bernhard Herzog
 Magnus L. Hetland