mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #9738: Ooops, fix typos in my previous commit (r87506)
This commit is contained in:
parent
00676d1436
commit
0d711169fa
2 changed files with 2 additions and 2 deletions
|
@ -443,7 +443,7 @@ PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
|
|||
|
||||
/* Similar to PyUnicode_FromUnicode(), but u points to UTF-8 encoded bytes */
|
||||
PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
|
||||
const char *u /* UTF-8 encoded string */
|
||||
const char *u, /* UTF-8 encoded string */
|
||||
Py_ssize_t size /* size of buffer */
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue