[Python-checkins] cpython: Fix indentation.

martin.v.loewis python-checkins at python.org
Fri Oct 7 20:58:09 CEST 2011


http://hg.python.org/cpython/rev/896b9587a2a6
changeset:   72797:896b9587a2a6
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Fri Oct 07 20:58:00 2011 +0200
summary:
  Fix indentation.

files:
  Doc/c-api/unicode.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
--- a/Doc/c-api/unicode.rst
+++ b/Doc/c-api/unicode.rst
@@ -149,7 +149,7 @@
    Return a pointer to the canonical representation cast to UCS1, UCS2 or UCS4
    integer types for direct character access.  No checks are performed if the
    canonical representation has the correct character size; use
-   :c:func:`PyUnicode_KIND` to select the right macro.  Make sure 
+   :c:func:`PyUnicode_KIND` to select the right macro.  Make sure
    :c:func:`PyUnicode_READY` has been called before accessing this.
 
    .. versionadded:: 3.3

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


More information about the Python-checkins mailing list