#9649: fix default value description.

This commit is contained in:
Georg Brandl 2010-08-22 20:23:38 +00:00
parent 51a059bc83
commit 6a74da3cdb
1 changed files with 1 additions and 1 deletions

View File

@ -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.