mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix indentation.
This commit is contained in:
parent
c47adb04b3
commit
2da16e61f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
integer types for direct character access. No checks are performed if the
|
||||||
canonical representation has the correct character size; use
|
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.
|
:c:func:`PyUnicode_READY` has been called before accessing this.
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue