]> granicus.if.org Git - python/commitdiff
Fix indentation.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 7 Oct 2011 18:58:00 +0000 (20:58 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 7 Oct 2011 18:58:00 +0000 (20:58 +0200)
Doc/c-api/unicode.rst

index 9b3ed04019e8ab5b25733363363a0f07d3c90309..00d60073051bdbd7fe8989a4cabd003f5ef38436 100644 (file)
@@ -149,7 +149,7 @@ access internal read-only data of Unicode objects:
    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