Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Patch by Corey Brune.
This commit is contained in:
commit
78de0b1047
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue