Skip to content

Commit 6a74da3

Browse files
committed
#9649: fix default value description.
1 parent 51a059b commit 6a74da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Encoders and decoders
339339
encoders and decoders. Otherwise, it will be a :exc:`ValueError` to encode
340340
such floats.
341341

342-
If *sort_keys* is ``True`` (the default), then the output of dictionaries
342+
If *sort_keys* is ``True`` (default ``False``), then the output of dictionaries
343343
will be sorted by key; this is useful for regression tests to ensure that
344344
JSON serializations can be compared on a day-to-day basis.
345345

0 commit comments

Comments
 (0)