summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 03:07:03 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 03:07:03 +0300
commit78de0b10479a95c359ee48a4cce661df9cb97c6d (patch)
tree3e6e90f3b66c21d91f3ce826ccd2f938b24d0664
parentae7e8c44ac158d25bb5e88070a5db3fd68e60255 (diff)
parent544ae59b8e7a282e9dc5edadbca68b263b3a67b7 (diff)
downloadcpython-git-78de0b10479a95c359ee48a4cce661df9cb97c6d.tar.gz
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Patch by Corey Brune.
-rw-r--r--Doc/c-api/unicode.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 0b45958793..a0672ca257 100644
--- a/Doc/c-api/unicode.rst
+++ b/Doc/c-api/unicode.rst
@@ -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