summaryrefslogtreecommitdiff
path: root/index.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-02-25 17:22:22 +0000
committerBob Ippolito <bob@redivi.com>2010-02-25 17:22:22 +0000
commit98f42b54dd17096215995f0848ab5c26c81c805d (patch)
treef1f6e00281b8455569a825644242671b11298d41 /index.rst
parent2253882e3415df74b0d944e2478ff9c121c2c3a6 (diff)
downloadsimplejson-98f42b54dd17096215995f0848ab5c26c81c805d.tar.gz
doc fix
git-svn-id: http://simplejson.googlecode.com/svn/trunk@218 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'index.rst')
-rw-r--r--index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.rst b/index.rst
index a993913..f278de6 100644
--- a/index.rst
+++ b/index.rst
@@ -406,7 +406,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 (not the default), 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.