commit | 0b7f77847a878a84c2b928e72372b4d5b44b870c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue May 06 02:51:10 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue May 06 02:51:10 2008 +0000 |
tree | 67cf9eef1fe810976894d40f01b5d2c11ef98cd3 | |
parent | 24237ea8a128d145d00397bd79eba06db471bcdb [diff] [blame] |
PEP 8 nits in json package
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 @@ } $ echo '{ 1.2:3.4}' | python -mjson.tool Expecting property name: line 1 column 2 (char 2) + """ import sys import json