]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#9649: fix default value description.
authorGeorg Brandl <georg@python.org>
Sun, 22 Aug 2010 20:23:38 +0000 (20:23 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 22 Aug 2010 20:23:38 +0000 (20:23 +0000)
Doc/library/json.rst

index e1f5cf2a17c0465defb672d0a415fc303b4eefe1..ac097f77430376d22727a6651b48abe3e1b761e6 100644 (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.