]> granicus.if.org Git - python/commitdiff
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 24 Apr 2016 00:06:44 +0000 (03:06 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 24 Apr 2016 00:06:44 +0000 (03:06 +0300)
Patch by Corey Brune.

Doc/c-api/unicode.rst

index 0b45958793dec95c8d260a9b79604066cc4e4f7d..a0672ca2573d4c1b40f524a7e08ea42fd64a4e70 100644 (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