From 9cbcc2f1c05bbb5e58b9219d0006b80b408c28f1 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 8 Mar 2013 19:35:15 -0500 Subject: Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. --- Doc/library/json.rst | 2 +- Misc/ACKS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index f98e0ef..7b69c24 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -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. diff --git a/Misc/ACKS b/Misc/ACKS index 8fbf9d0..d6039cc 100644 --- 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 -- cgit v0.12