[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:
Miss Islington (bot) 2025-10-07 20:24:17 +02:00 committed by GitHub
parent 08673d8a51
commit f899c849d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.