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

Patch by Corey Brune.
This commit is contained in:
Berker Peksag 2016-04-24 03:07:03 +03:00
commit 78de0b1047
1 changed files with 1 additions and 2 deletions

View File

@ -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