From: Georg Brandl Date: Mon, 10 May 2010 21:02:51 +0000 (+0000) Subject: #8642: fix wrong function name. X-Git-Tag: v2.7rc1~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c63019578497e8d024c25c766f1cb668af6c9992;p=python #8642: fix wrong function name. --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 39ca233353..095119c0c9 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -223,7 +223,7 @@ Basic Usage 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