From: Petri Lehtinen Date: Mon, 27 Aug 2012 17:27:30 +0000 (+0300) Subject: Fix a JSON doc typo X-Git-Tag: v3.3.1rc1~813^2~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72c6eefcc638c6ca32c43f85a5180d9f091b2755;p=python Fix a JSON doc typo --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 0229ab5e6f..a5bfcd2e16 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -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