mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a typo in PyUnicode_CopyCharacters() documentation.
This commit is contained in:
commit
0738aff368
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ APIs:
|
|||
|
||||
|
||||
.. c:function:: int PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, \
|
||||
PyObject *to, Py_ssize_t from_start, Py_ssize_t how_many)
|
||||
PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many)
|
||||
|
||||
Copy characters from one Unicode object into another. This function performs
|
||||
character conversion when necessary and falls back to :c:func:`memcpy` if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue