We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc6e4 commit 6740cb0Copy full SHA for 6740cb0
Doc/c-api/unicode.rst
@@ -1327,7 +1327,7 @@ the user settings on the machine running the codec.
1327
.. c:function:: PyObject* PyUnicode_DecodeCodePageStateful(int code_page, const char *str, \
1328
Py_ssize_t size, const char *errors, Py_ssize_t *consumed)
1329
1330
- Similar to :c:func:`PyUnicode_DecodeMBCSStateful`, except that using the code page
+ Similar to :c:func:`PyUnicode_DecodeMBCSStateful`, except uses the code page
1331
specified by *code_page*. Use :c:macro:`!CP_ACP` code page to get the MBCS decoder.
1332
1333
0 commit comments