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 c25400a commit d22b250Copy full SHA for d22b250
Doc/c-api/unicode.rst
@@ -747,7 +747,7 @@ APIs:
747
Return ``0`` on success, ``-1`` on error with an exception set.
748
749
This function checks that *unicode* is a Unicode object, that the index is
750
- 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.
751
See :c:func:`PyUnicode_WRITE` for a version that skips these checks,
752
making them your responsibility.
753
0 commit comments