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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c63019578497e8d024c25c766f1cb668af6c9992;p=thirdparty%2FPython%2Fcpython.git #8642: fix wrong function name. --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 39ca23335373..095119c0c9db 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