From: Petri Lehtinen Date: Mon, 27 Aug 2012 17:27:30 +0000 (+0300) Subject: Fix a JSON doc typo X-Git-Tag: v3.2.4rc1~587 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72c6eefcc638c6ca32c43f85a5180d9f091b2755;p=thirdparty%2FPython%2Fcpython.git Fix a JSON doc typo --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 0229ab5e6fc5..a5bfcd2e1682 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