diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 22:38:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 22:38:13 (GMT) |
commit | 9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc (patch) | |
tree | 334c8fe6379a66615b299b6fe96116c11727e981 /Doc/library/json.rst | |
parent | 895ce149c1ba5a4ebd1e5b238bd7e5022fd49a20 (diff) | |
parent | 3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53 (diff) | |
download | cpython-9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc.zip cpython-9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc.tar.gz cpython-9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r-- | Doc/library/json.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst index d6bdd8a..55127c0 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -576,7 +576,7 @@ Command Line Interface The :mod:`json.tool` module provides a simple command line interface to validate and pretty-print JSON objects. -If the optional :option:`infile` and :option:`outfile` arguments are not +If the optional ``infile`` and ``outfile`` arguments are not specified, :attr:`sys.stdin` and :attr:`sys.stdout` will be used respectively:: $ echo '{"json": "obj"}' | python -m json.tool |