Skip to content

Commit ccc56d4

Browse files
committed
Change doc
1 parent d8cc5d5 commit ccc56d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/unicode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ 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`` (*stealing* the reference) and set an exception.
615+
On error, set *\*p_left* to ``NULL`` and set an exception.
616616
617617
618618
.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)
619619
620-
The function is identical to :c:func:`PyUnicode_Append`, with the only
620+
The function is similar to :c:func:`PyUnicode_Append`, with the only
621621
difference being that it decrements the reference count of *right* by one.
622622
623623

0 commit comments

Comments
 (0)