summaryrefslogtreecommitdiff
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-04-26 03:34:06 +0000
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-04-26 03:34:06 +0000
commitf892ae2d91dd5b8f469853018841d1a43b2079cf (patch)
treebe44e16e73d4d3570d14f2fb8751658e22e8212a /Doc/library/json.rst
parentda9ca3801bf56e676c8f70a2ece46e2a17b748fa (diff)
downloadcpython-f892ae2d91dd5b8f469853018841d1a43b2079cf.tar.gz
Fixed documentation build warning.
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r--Doc/library/json.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index edaf65722d..e2d189c581 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -190,7 +190,7 @@ Basic Usage
*object_hook* is also defined, the *object_pairs_hook* takes priority.
.. versionchanged:: 3.1
- Added support for *object_pairs_hook*.
+ Added support for *object_pairs_hook*.
*parse_float*, if specified, will be called with the string of every JSON
float to be decoded. By default, this is equivalent to ``float(num_str)``.
@@ -278,7 +278,7 @@ Encoders and decoders
*object_hook* is also defined, the *object_pairs_hook* takes priority.
.. versionchanged:: 3.1
- Added support for *object_pairs_hook*.
+ Added support for *object_pairs_hook*.
*parse_float*, if specified, will be called with the string of every JSON
float to be decoded. By default, this is equivalent to ``float(num_str)``.