We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cc5d5 commit ccc56d4Copy full SHA for ccc56d4
Doc/c-api/unicode.rst
@@ -612,12 +612,12 @@ APIs:
612
Append the string *right* to the end of *p_left*.
613
*p_left* must point to a :term:`strong reference` to a Unicode object.
614
615
- On error, set *p_left* to ``NULL`` (*stealing* the reference) and set an exception.
+ On error, set *\*p_left* to ``NULL`` and set an exception.
616
617
618
.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)
619
620
- The function is identical to :c:func:`PyUnicode_Append`, with the only
+ The function is similar to :c:func:`PyUnicode_Append`, with the only
621
difference being that it decrements the reference count of *right* by one.
622
623
0 commit comments