]> granicus.if.org Git - python/commitdiff
Fix a JSON doc typo
authorPetri Lehtinen <petri@digip.org>
Mon, 27 Aug 2012 17:27:30 +0000 (20:27 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 27 Aug 2012 17:27:30 +0000 (20:27 +0300)
Doc/library/json.rst

index 0229ab5e6fc53d1c1ae83142c95ace4791bbbbda..a5bfcd2e1682994e722056de02bd2c6fc71c7829 100644 (file)
@@ -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