Commit 78de0b10 authored by Berker Peksag's avatar Berker Peksag

Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst

Patch by Corey Brune.
parents ae7e8c44 544ae59b
......@@ -613,8 +613,7 @@ APIs:
This function checks that *unicode* is a Unicode object, that the index is
not out of bounds, and that the object can be modified safely (i.e. that it
its reference count is one), in contrast to the macro version
:c:func:`PyUnicode_WRITE_CHAR`.
its reference count is one).
.. versionadded:: 3.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment