]> granicus.if.org Git - python/commitdiff
#8642: fix wrong function name.
authorGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:02:51 +0000 (21:02 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:02:51 +0000 (21:02 +0000)
Doc/library/json.rst

index 39ca23335373552c73155333dff101f40a5e6c0e..095119c0c9db2ac6b33080043a8871e3e092cb13 100644 (file)
@@ -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