Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f79f7c + 72c6eef commit 79dbdedCopy full SHA for 79dbded
1 file changed
Doc/library/json.rst
@@ -146,7 +146,7 @@ Basic Usage
146
object members will be pretty-printed with that indent level. An indent level
147
of 0, negative, or ``""`` will only insert newlines. ``None`` (the default)
148
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'),
+ indents that many spaces per level. If *indent* is a string (such as ``"\t"``),
150
that string is used to indent each level.
151
152
If *separators* is an ``(item_separator, dict_separator)`` tuple, then it
0 commit comments