This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andrew Morozko
Recipients Andrew Morozko, docs@python
Date 2016-09-14.15:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473868648.18.0.394667833494.issue28155@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-09-14 15:57:28Andrew Morozkosetrecipients: + Andrew Morozko, docs@python
2016-09-14 15:57:28Andrew Morozkosetmessageid: <1473868648.18.0.394667833494.issue28155@psf.upfronthosting.co.za>
2016-09-14 15:57:28Andrew Morozkolinkissue28155 messages
2016-09-14 15:57:28Andrew Morozkocreate