Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf3e788

Browse files
committed
merge with 3.4
2 parents bc40df9 + 946faa3 commit cf3e788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/json.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ Extending :class:`JSONEncoder`::
9797

9898
Using json.tool from the shell to validate and pretty-print::
9999

100-
$ echo '{"json":"obj"}' | python -mjson.tool
100+
$ echo '{"json":"obj"}' | python -m json.tool
101101
{
102102
"json": "obj"
103103
}
104-
$ echo '{1.2:3.4}' | python -mjson.tool
104+
$ echo '{1.2:3.4}' | python -m json.tool
105105
Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
106106

107107
See :ref:`json-commandline` for detailed documentation.

0 commit comments

Comments
 (0)