mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
PEP 8 nits in json package
This commit is contained in:
parent
24237ea8a1
commit
0b7f77847a
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue