diff --git a/index.rst b/index.rst index 349f5d68c0ab93d1152fdbabac1a7bb39800ce31_aW5kZXgucnN0..80c12cb773a26e1866dbe73e9545b1d52ab3b913_aW5kZXgucnN0 100644 --- 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.