Skip to content

Commit 0191be0

Browse files
committed
Change doc
1 parent 24129a0 commit 0191be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ APIs:
608608
609609
610610
.. c:function:: void PyUnicode_Append(PyObject **p_left, PyObject *right)
611+
611612
Append the string *right* to the end of *p_left*.
612613
*p_left* must point to a :term:`strong reference` to a Unicode object;
613614
:c:func:`!PyUnicode_Append` releases ("steals") this reference.

0 commit comments

Comments
 (0)