summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-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 b20709f..2bdc577 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -213,7 +213,7 @@ Basic Usage
This can be used to raise an exception if invalid JSON numbers
are encountered.
- .. versionchanged:: 2.7
+ .. versionchanged:: 3.1
*parse_constant* doesn't get called on 'null', 'true', 'false' anymore.
To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls``