From: Georg Brandl Date: Sun, 22 Aug 2010 20:23:38 +0000 (+0000) Subject: #9649: fix default value description. X-Git-Tag: v3.2a2~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a74da3cdb18c11805d599d51f0507ce7655f8f8;p=thirdparty%2FPython%2Fcpython.git #9649: fix default value description. --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index e1f5cf2a17c0..ac097f774303 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -339,7 +339,7 @@ Encoders and decoders encoders and decoders. Otherwise, it will be a :exc:`ValueError` to encode such floats. - If *sort_keys* is ``True`` (the default), then the output of dictionaries + If *sort_keys* is ``True`` (default ``False``), then the output of dictionaries will be sorted by key; this is useful for regression tests to ensure that JSON serializations can be compared on a day-to-day basis.