From 03b18e0d8cebdf4bef85cbfbfcb2cb4d25ac5241 Mon Sep 17 00:00:00 2001 From: Yongzi Li <1538321957@qq.com> Date: Sun, 13 Apr 2025 15:16:59 +0800 Subject: Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318) --- Doc/c-api/unicode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 3106396..e07121f 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -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) -- cgit v0.12