# HG changeset patch # User Daniel Baird <daniel@danielbaird.com> # Date 1399424407 -36000 # Wed May 07 11:00:07 2014 +1000 # Node ID 732fb86528b9cbaa8325b70cc230d7a3731b6fc5 # Parent 349f5d68c0ab93d1152fdbabac1a7bb39800ce31 cleaned up double-paste in separators description. diff --git a/index.rst b/index.rst --- a/index.rst +++ b/index.rst @@ -563,8 +563,6 @@ 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.