mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Docs: Fix a typo in Doc/c-api/unicode.rst (#132318)
This commit is contained in:
parent
718d234e40
commit
03b18e0d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ APIs:
|
|||
|
||||
On error, set *\*p_left* to ``NULL`` and set an exception.
|
||||
|
||||
On sucess, set *\*p_left* to a new strong reference to the result.
|
||||
On success, set *\*p_left* to a new strong reference to the result.
|
||||
|
||||
|
||||
.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue