https://github.com/python/cpython/commit/03b18e0d8cebdf4bef85cbfbfcb2cb4d25ac5241
commit: 03b18e0d8cebdf4bef85cbfbfcb2cb4d25ac5241
branch: main
author: Yongzi Li <1538321...@qq.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-04-13T07:16:59Z
summary:

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

files:
M Doc/c-api/unicode.rst

diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 31063962ae51c5..e07121f17d9c29 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)

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to