summaryrefslogtreecommitdiff
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-29 01:58:26 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-29 01:58:26 +0200
commit2d24e94bbef97913b5fc434f991fa429f1533557 (patch)
tree0423c88ed968018d13bb60d7dc9687f99ab06811 /Doc/library/json.rst
parent24319ac40737a3c305bbadca4f89c607a54ec967 (diff)
downloadcpython-git-2d24e94bbef97913b5fc434f991fa429f1533557.tar.gz
Issue #5067: improve some json error messages.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r--Doc/library/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index 2bdc577fef..8686561dd0 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -99,7 +99,7 @@ Using json.tool from the shell to validate and pretty-print::
"json": "obj"
}
$ echo '{1.2:3.4}' | python -mjson.tool
- Expecting property name: line 1 column 1 (char 1)
+ Expecting property name enclosed in double quotes: line 1 column 1 (char 1)
.. highlight:: python3