Skip to content

Commit

Permalink
Update Doc/c-api/unicode.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
koyuki7w and ZeroIntensity authored Jan 11, 2025
1 parent 6740cb0 commit b8351b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/unicode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8351b4

Please sign in to comment.