diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 0a73486f4ae11d..4ab53fd0894381 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -1328,7 +1328,7 @@ the user settings on the machine running the codec. Py_ssize_t size, const char *errors, Py_ssize_t *consumed) Similar to :c:func:`PyUnicode_DecodeMBCSStateful`, except uses the code page - specified by *code_page*. Use :c:macro:`!CP_ACP` code page to get the MBCS decoder. + specified by *code_page*. .. c:function:: PyObject* PyUnicode_AsMBCSString(PyObject *unicode)