mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Remove unmatched closing parenthesis (GH-139082) (#139099)
Remove unmatched closing parenthesis (GH-139082)
(cherry picked from commit d22b25081b)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
08673d8a51
commit
f899c849d4
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ APIs:
|
||||||
Return ``0`` on success, ``-1`` on error with an exception set.
|
Return ``0`` on success, ``-1`` on error with an exception set.
|
||||||
|
|
||||||
This function checks that *unicode* is a Unicode object, that the index is
|
This function checks that *unicode* is a Unicode object, that the index is
|
||||||
not out of bounds, and that the object's reference count is one).
|
not out of bounds, and that the object's reference count is one.
|
||||||
See :c:func:`PyUnicode_WRITE` for a version that skips these checks,
|
See :c:func:`PyUnicode_WRITE` for a version that skips these checks,
|
||||||
making them your responsibility.
|
making them your responsibility.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue