diff -r c7cb6cc3c41f Doc/library/json.rst --- a/Doc/library/json.rst Tue May 04 18:46:24 2010 +0000 +++ b/Doc/library/json.rst Sat May 08 11:11:57 2010 +0900 @@ -212,7 +212,7 @@ specified. Encodings that are not ASCII based (such as UCS-2) are not allowed and should be decoded to :class:`unicode` first. - The other arguments have the same meaning as in :func:`dump`. + The other arguments have the same meaning as in :func:`load`. Encoders and decoders