Skip to content

Commit 6e58dbc

Browse files
rffontenellemiss-islington
authored andcommitted
Remove unmatched closing parenthesis (GH-139082)
(cherry picked from commit d22b250) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent a20395b commit 6e58dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ APIs:
731731
Return ``0`` on success, ``-1`` on error with an exception set.
732732
733733
This function checks that *unicode* is a Unicode object, that the index is
734-
not out of bounds, and that the object's reference count is one).
734+
not out of bounds, and that the object's reference count is one.
735735
See :c:func:`PyUnicode_WRITE` for a version that skips these checks,
736736
making them your responsibility.
737737

0 commit comments

Comments
 (0)