Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78de0b1

Browse files
committed
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Patch by Corey Brune.
2 parents ae7e8c4 + 544ae59 commit 78de0b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/c-api/unicode.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,7 @@ APIs:
613613
614614
This function checks that *unicode* is a Unicode object, that the index is
615615
not out of bounds, and that the object can be modified safely (i.e. that it
616-
its reference count is one), in contrast to the macro version
617-
:c:func:`PyUnicode_WRITE_CHAR`.
616+
its reference count is one).
618617
619618
.. versionadded:: 3.3
620619

0 commit comments

Comments
 (0)