From: Martin v. Löwis Date: Fri, 7 Oct 2011 18:58:00 +0000 (+0200) Subject: Fix indentation. X-Git-Tag: v3.3.0a1~1252^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2da16e61f565f0c9ec3fe06ad7a1ec779694fb96;p=thirdparty%2FPython%2Fcpython.git Fix indentation. --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 9b3ed04019e8..00d60073051b 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -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