Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79dbded

Browse files
committed
Merge: Fix a JSON doc typo
2 parents 7f79f7c + 72c6eef commit 79dbded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Basic Usage
146146
object members will be pretty-printed with that indent level. An indent level
147147
of 0, negative, or ``""`` will only insert newlines. ``None`` (the default)
148148
selects the most compact representation. Using a positive integer indent
149-
indents that many spaces per level. If *indent* is a string (such at '\t'),
149+
indents that many spaces per level. If *indent* is a string (such as ``"\t"``),
150150
that string is used to indent each level.
151151

152152
If *separators* is an ``(item_separator, dict_separator)`` tuple, then it

0 commit comments

Comments
 (0)