Skip to content
Snippets Groups Projects
Commit 732fb86528b9 authored by Daniel Baird's avatar Daniel Baird
Browse files

cleaned up double-paste in separators description.

parent 349f5d68c0ab
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment