diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-26 03:34:06 +0000 |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-26 03:34:06 +0000 |
commit | f892ae2d91dd5b8f469853018841d1a43b2079cf (patch) | |
tree | be44e16e73d4d3570d14f2fb8751658e22e8212a /Doc/library/json.rst | |
parent | da9ca3801bf56e676c8f70a2ece46e2a17b748fa (diff) | |
download | cpython-f892ae2d91dd5b8f469853018841d1a43b2079cf.tar.gz |
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 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)``. |