Skip to content

Commit 6740cb0

Browse files
Yuki KobayashiZeroIntensity
andauthored
Update Doc/c-api/unicode.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 41dc6e4 commit 6740cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ the user settings on the machine running the codec.
13271327
.. c:function:: PyObject* PyUnicode_DecodeCodePageStateful(int code_page, const char *str, \
13281328
Py_ssize_t size, const char *errors, Py_ssize_t *consumed)
13291329
1330-
Similar to :c:func:`PyUnicode_DecodeMBCSStateful`, except that using the code page
1330+
Similar to :c:func:`PyUnicode_DecodeMBCSStateful`, except uses the code page
13311331
specified by *code_page*. Use :c:macro:`!CP_ACP` code page to get the MBCS decoder.
13321332
13331333

0 commit comments

Comments
 (0)