From 72c6eefcc638c6ca32c43f85a5180d9f091b2755 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 27 Aug 2012 20:27:30 +0300 Subject: [PATCH] Fix a JSON doc typo --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 0229ab5e6fc..a5bfcd2e168 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