Remove unmatched closing parenthesis (GH-139082)

This commit is contained in:
Rafael Fontenelle 2025-09-18 06:01:09 -03:00 committed by GitHub
parent c25400a4b6
commit d22b25081b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -747,7 +747,7 @@ APIs:
Return ``0`` on success, ``-1`` on error with an exception set.
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,
making them your responsibility.