mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge with 3.4
This commit is contained in:
commit
9e7fbde67f
8 changed files with 59 additions and 59 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue