From c3e9725f0270447fcc688a57aa884f5954e860c8 Mon Sep 17 00:00:00 2001 From: Jason Choy Date: Tue, 11 Jun 2013 12:31:41 +0100 Subject: [PATCH] Changed :versionadded for JSON_DECODE_INT_AS_REAL docs --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiref.rst b/doc/apiref.rst index a868202..036bb69 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -956,7 +956,7 @@ macros can be ORed together to obtain *flags*. With this flag enabled the decoder interprets all numbers as real values. - .. versionadded:: 2.4.1 + .. versionadded:: 2.5 Each function also takes an optional :type:`json_error_t` parameter that is filled with error information if decoding fails. It's also