mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
#9649: fix default value description.
This commit is contained in:
parent
51a059bc83
commit
6a74da3cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ Encoders and decoders
|
||||||
encoders and decoders. Otherwise, it will be a :exc:`ValueError` to encode
|
encoders and decoders. Otherwise, it will be a :exc:`ValueError` to encode
|
||||||
such floats.
|
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
|
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.
|
JSON serializations can be compared on a day-to-day basis.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue