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 24129a0 commit 0191be0Copy full SHA for 0191be0
Doc/c-api/unicode.rst
@@ -608,6 +608,7 @@ APIs:
608
609
610
.. c:function:: void PyUnicode_Append(PyObject **p_left, PyObject *right)
611
+
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
:c:func:`!PyUnicode_Append` releases ("steals") this reference.
0 commit comments