Kaydet (Commit) 0738aff3 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fix a typo in PyUnicode_CopyCharacters() documentation.

...@@ -576,7 +576,7 @@ APIs: ...@@ -576,7 +576,7 @@ APIs:
.. c:function:: int PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, \ .. 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 Copy characters from one Unicode object into another. This function performs
character conversion when necessary and falls back to :c:func:`memcpy` if character conversion when necessary and falls back to :c:func:`memcpy` if
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment