summaryrefslogtreecommitdiff
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-21 00:38:13 +0200
committerGeorg Brandl <georg@python.org>2014-09-21 00:38:13 +0200
commitb2a3c0e495406752f55729612e8d82e74edc964e (patch)
tree19fac68c8e37d4d25138a21fe4ac42a9f87d3d3a /Doc/library/json.rst
parentdf060439314defd432403a44c858c3496d3ee354 (diff)
parent30ac68d14790a17e587d1611f24d384ceb24c720 (diff)
downloadcpython-b2a3c0e495406752f55729612e8d82e74edc964e.tar.gz
merge with 3.4
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r--Doc/library/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index d6bdd8a4f8..55127c0a1f 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