[Python-checkins] r81059 - python/trunk/Doc/library/json.rst (original) (raw)
georg.brandl python-checkins at python.org
Mon May 10 23:02:51 CEST 2010
- Previous message: [Python-checkins] r81058 - in python/branches/release31-maint: Doc/library/exceptions.rst
- Next message: [Python-checkins] r81060 - in python/branches/release26-maint: Doc/library/sqlite3.rst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] r81058 - in python/branches/release31-maint: Doc/library/exceptions.rst
- Next message: [Python-checkins] r81060 - in python/branches/release26-maint: Doc/library/sqlite3.rst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]