We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08673d8 commit f899c84Copy full SHA for f899c84
Doc/c-api/unicode.rst
@@ -731,7 +731,7 @@ APIs:
731
Return ``0`` on success, ``-1`` on error with an exception set.
732
733
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).
+ not out of bounds, and that the object's reference count is one.
735
See :c:func:`PyUnicode_WRITE` for a version that skips these checks,
736
making them your responsibility.
737
0 commit comments