[Python-checkins] cpython (merge 3.5 -> default): Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst

berker.peksag python-checkins at python.org
Sat Apr 23 20:06:46 EDT 2016


https://hg.python.org/cpython/rev/8c53fdc011a3
changeset:   101109:8c53fdc011a3
parent:      101107:3e27b21e3a7d
parent:      101108:29e555e5956b
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Apr 24 03:07:03 2016 +0300
summary:
  Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst

Patch by Corey Brune.

files:
  Doc/c-api/unicode.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
--- a/Doc/c-api/unicode.rst
+++ b/Doc/c-api/unicode.rst
@@ -613,8 +613,7 @@
 
    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
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list