File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ APIs:
564564 .. versionadded :: 3.3
565565
566566
567- .. c :function :: int PyUnicode_Fill (PyObject *unicode, Py_ssize_t start, \
567+ .. c :function :: Py_ssize_t PyUnicode_Fill (PyObject *unicode, Py_ssize_t start, \
568568 Py_ssize_t length, Py_UCS4 fill_char)
569569
570570 Fill a string with a character: write *fill_char * into
Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ Functions and macros manipulating Py_UNICODE* strings:
828828 * :c:macro: `Py_UNICODE_strncmp `: use :c:func: `PyUnicode_Tailmatch `
829829 * :c:macro: `Py_UNICODE_strchr `, :c:macro: `Py_UNICODE_strrchr `: use
830830 :c:func: `PyUnicode_FindChar `
831- * :c:macro: `Py_UNICODE_FILL `
831+ * :c:macro: `Py_UNICODE_FILL `: use :c:func: ` PyUnicode_Fill `
832832 * :c:macro: `Py_UNICODE_MATCH `
833833
834834Encoders:
You can’t perform that action at this time.
0 commit comments