We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a059b commit 6a74da3Copy full SHA for 6a74da3
Doc/library/json.rst
@@ -339,7 +339,7 @@ Encoders and decoders
339
encoders and decoders. Otherwise, it will be a :exc:`ValueError` to encode
340
such floats.
341
342
- If *sort_keys* is ``True`` (the default), then the output of dictionaries
+ If *sort_keys* is ``True`` (default ``False``), then the output of dictionaries
343
will be sorted by key; this is useful for regression tests to ensure that
344
JSON serializations can be compared on a day-to-day basis.
345
0 commit comments