Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/c-api/unicode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading