diff -r 852c90008881 Doc/c-api/unicode.rst --- a/Doc/c-api/unicode.rst Fri Jun 28 19:37:17 2013 -0700 +++ b/Doc/c-api/unicode.rst Fri Jul 12 12:52:18 2013 -0500 @@ -610,8 +610,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