From c63019578497e8d024c25c766f1cb668af6c9992 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 10 May 2010 21:02:51 +0000 Subject: [PATCH] #8642: fix wrong function name. --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0