Skip to content

Commit f899c84

Browse files
[3.14] Remove unmatched closing parenthesis (GH-139082) (#139099)
Remove unmatched closing parenthesis (GH-139082) (cherry picked from commit d22b250) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 08673d8 commit f899c84

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)