[Python-checkins] cpython (3.2): Fix a JSON doc typo

petri.lehtinen python-checkins at python.org
Mon Aug 27 19:33:59 CEST 2012


http://hg.python.org/cpython/rev/3e50d6dada09
changeset:   78777:3e50d6dada09
branch:      3.2
parent:      78775:1676e423054a
user:        Petri Lehtinen <petri at digip.org>
date:        Mon Aug 27 20:27:30 2012 +0300
summary:
  Fix a JSON doc typo

files:
  Doc/library/json.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/json.rst b/Doc/library/json.rst
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -146,7 +146,7 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list