Skip to content

Commit eb0cba1

Browse files
committed
Change doc
1 parent 56129b2 commit eb0cba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ APIs:
612612
Append the string *right* to the end of *p_left*.
613613
*p_left* must point to a :term:`strong reference` to a Unicode object.
614614
615-
On error, set *p_left* to ``NULL`` and set an exception.
615+
On error, set *p_left* to ``NULL`` (*stealing* the reference) and set an exception.
616616
617617
618618
.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)

0 commit comments

Comments
 (0)