diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-10-07 18:58:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-10-07 18:58:00 (GMT) |
commit | 2da16e61f565f0c9ec3fe06ad7a1ec779694fb96 (patch) | |
tree | 61be7b5c366e175192683855cc0cbfeb6a237d85 /Doc/c-api | |
parent | c47adb04b30feea670e87b28efb286db11babaa6 (diff) | |
download | cpython-2da16e61f565f0c9ec3fe06ad7a1ec779694fb96.zip cpython-2da16e61f565f0c9ec3fe06ad7a1ec779694fb96.tar.gz cpython-2da16e61f565f0c9ec3fe06ad7a1ec779694fb96.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | 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 index 9b3ed04..00d6007 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 |