summaryrefslogtreecommitdiff
path: root/index.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-02-21 09:38:52 -0800
committerBob Ippolito <bob@redivi.com>2013-02-21 09:38:52 -0800
commit44d7709a31f3a19f3d465411585ebb7be7fa2295 (patch)
treef022936eae4d165edd7e0766d62d20225bd3e521 /index.rst
parent7b96b85710439cdc7dac16a4655bf407bfad77d7 (diff)
downloadsimplejson-44d7709a31f3a19f3d465411585ebb7be7fa2295.tar.gz
fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9
Diffstat (limited to 'index.rst')
-rw-r--r--index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.rst b/index.rst
index e7deccc..f1ae6a9 100644
--- a/index.rst
+++ b/index.rst
@@ -117,7 +117,7 @@ Using :mod:`simplejson.tool` from the shell to validate and pretty-print::
"json": "obj"
}
$ echo '{ 1.2:3.4}' | python -m simplejson.tool
- Expecting property name enclosed in double quotes: line 1 column 2 (char 2)
+ Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
.. highlight:: python