diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-06 02:51:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-06 02:51:10 (GMT) |
commit | 0b7f77847a878a84c2b928e72372b4d5b44b870c (patch) | |
tree | 67cf9eef1fe810976894d40f01b5d2c11ef98cd3 /Lib/json/tool.py | |
parent | 24237ea8a128d145d00397bd79eba06db471bcdb (diff) | |
download | cpython-0b7f77847a878a84c2b928e72372b4d5b44b870c.zip cpython-0b7f77847a878a84c2b928e72372b4d5b44b870c.tar.gz cpython-0b7f77847a878a84c2b928e72372b4d5b44b870c.tar.bz2 |
PEP 8 nits in json package
Diffstat (limited to 'Lib/json/tool.py')
-rw-r--r-- | Lib/json/tool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/json/tool.py b/Lib/json/tool.py index cbd258c..daedbb5 100644 --- a/Lib/json/tool.py +++ b/Lib/json/tool.py @@ -8,6 +8,7 @@ Usage:: } $ echo '{ 1.2:3.4}' | python -mjson.tool Expecting property name: line 1 column 2 (char 2) + """ import sys import json |