[docs] [issue28155] Small typo in Json docs

Андрей Морозько report at bugs.python.org
Wed Sep 14 11:57:28 EDT 2016


New submission from Андрей Морозько:

In Json module, example titled "Using json.tool from the shell to validate and pretty-print:"
5th line reads:
echo '{1.2:3.4}' | python -mjson.tool
should
echo '{1.2:3.4}' | python -m json.tool

----------
assignee: docs at python
components: Documentation
messages: 276467
nosy: docs at python, Андрей Морозько
priority: normal
severity: normal
status: open
title: Small typo in Json docs
type: enhancement
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28155>
_______________________________________


More information about the docs mailing list