diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-26 03:34:06 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-26 03:34:06 (GMT) |
commit | ae9eb5c4d00682af7f7835c74f20f50d83720f2d (patch) | |
tree | 5939b7ee254a6238727d82840cf3f3e0b2ded583 /Doc/library/json.rst | |
parent | c34ed8e86972510f8a3ab161b175ef4a7619d6ab (diff) | |
download | cpython-ae9eb5c4d00682af7f7835c74f20f50d83720f2d.zip cpython-ae9eb5c4d00682af7f7835c74f20f50d83720f2d.tar.gz cpython-ae9eb5c4d00682af7f7835c74f20f50d83720f2d.tar.bz2 |
Fixed documentation build warning.
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r-- | Doc/library/json.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst index edaf657..e2d189c 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)``. |