mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix a JSON doc typo
This commit is contained in:
parent
aa935dfe9c
commit
72c6eefcc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue