summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-05-06 19:09:57 -0700
committerBob Ippolito <bob@redivi.com>2014-05-06 19:09:57 -0700
commit72b03f213ec0def34930f1b04f66f71a27f27665 (patch)
tree25d8bb853a74300e29802d625fd85cafd6f6c9c8
parent88ac2f35519afb8099dbb7861ff476896d577206 (diff)
parent38842978c470d64fae568ed77471ba31fd1676be (diff)
downloadsimplejson-72b03f213ec0def34930f1b04f66f71a27f27665.tar.gz
Merge pull request #95 from DanielBaird/patch-1
doc update: cleaned up double-paste in separators description.
-rw-r--r--index.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.rst b/index.rst
index 4d2a149..862873d 100644
--- a/index.rst
+++ b/index.rst
@@ -563,8 +563,6 @@ Encoders and decoders
Changed *indent* from an integer number of spaces to a string.
If specified, *separators* should be an ``(item_separator, key_separator)``
- tuple. The default is ``(', ', ': ')``. To get the most compact JSON
- representation, you should specify ``(',', ':')`` to eliminate whitespace.
tuple. The default is ``(', ', ': ')`` if *indent* is ``None`` and
``(',', ': ')`` otherwise. To get the most compact JSON representation,
you should specify ``(',', ':')`` to eliminate whitespace.