summaryrefslogtreecommitdiffstats
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
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 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