]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318)
authorYongzi Li <1538321957@qq.com>
Sun, 13 Apr 2025 07:16:59 +0000 (15:16 +0800)
committerGitHub <noreply@github.com>
Sun, 13 Apr 2025 07:16:59 +0000 (07:16 +0000)
Doc/c-api/unicode.rst

index 31063962ae51c5eaed92acc11666d8c123ab43f4..e07121f17d9c290c415dfc3bfdad0162640a90df 100644 (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)