[Python-checkins] r81059 - python/trunk/Doc/library/json.rst

georg.brandl python-checkins at python.org
Mon May 10 23:02:51 CEST 2010


Author: georg.brandl
Date: Mon May 10 23:02:51 2010
New Revision: 81059

Log:
#8642: fix wrong function name.

Modified:
   python/trunk/Doc/library/json.rst

Modified: python/trunk/Doc/library/json.rst
==============================================================================
--- python/trunk/Doc/library/json.rst	(original)
+++ python/trunk/Doc/library/json.rst	Mon May 10 23:02:51 2010
@@ -223,7 +223,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


More information about the Python-checkins mailing list