From: Yongzi Li <1538321957@qq.com> Date: Sun, 13 Apr 2025 07:16:59 +0000 (+0800) Subject: Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318) X-Git-Tag: v3.14.0b1~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b18e0d8cebdf4bef85cbfbfcb2cb4d25ac5241;p=thirdparty%2FPython%2Fcpython.git Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318) --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 31063962ae51..e07121f17d9c 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)