summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baird <daniel@danielbaird.com>2014-05-07 11:00:07 +1000
committerDaniel Baird <daniel@danielbaird.com>2014-05-07 11:00:07 +1000
commit38842978c470d64fae568ed77471ba31fd1676be (patch)
tree25d8bb853a74300e29802d625fd85cafd6f6c9c8
parent88ac2f35519afb8099dbb7861ff476896d577206 (diff)
downloadsimplejson-38842978c470d64fae568ed77471ba31fd1676be.tar.gz
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.