Commit 72c6eefc authored by Petri Lehtinen's avatar Petri Lehtinen

Fix a JSON doc typo

parent aa935dfe
......@@ -146,7 +146,7 @@ Basic Usage
object members will be pretty-printed with that indent level. An indent level
of 0, negative, or ``""`` will only insert newlines. ``None`` (the default)
selects the most compact representation. Using a positive integer indent
indents that many spaces per level. If *indent* is a string (such at '\t'),
indents that many spaces per level. If *indent* is a string (such as ``"\t"``),
that string is used to indent each level.
If *separators* is an ``(item_separator, dict_separator)`` tuple, then it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment