Skip to content

Commit

Permalink
Change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rruuaanng committed Mar 1, 2025
1 parent d8cc5d5 commit ccc56d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/c-api/unicode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,12 @@ APIs:
Append the string *right* to the end of *p_left*.
*p_left* must point to a :term:`strong reference` to a Unicode object.
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.
.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)
The function is identical to :c:func:`PyUnicode_Append`, with the only
The function is similar to :c:func:`PyUnicode_Append`, with the only
difference being that it decrements the reference count of *right* by one.
Expand Down

0 comments on commit ccc56d4

Please sign in to comment.