Docs: Fix a typo in Doc/c-api/unicode.rst (#132318)

This commit is contained in:
Yongzi Li 2025-04-13 15:16:59 +08:00 committed by GitHub
parent 718d234e40
commit 03b18e0d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)