mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Remove unmatched closing parenthesis (GH-139082)
This commit is contained in:
parent
c25400a4b6
commit
d22b25081b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue