From 6a74da3cdb18c11805d599d51f0507ce7655f8f8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 22 Aug 2010 20:23:38 +0000 Subject: #9649: fix default value description. --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index e1f5cf2..ac097f7 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. -- cgit v0.12