mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix copy-paste error.
This commit is contained in:
parent
4a2b7a1b14
commit
4d2240915f
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ These are the UTF-7 codec APIs:
|
|||
*s*. Return *NULL* if an exception was raised by the codec.
|
||||
|
||||
|
||||
.. cfunction:: PyObject* PyUnicode_DecodeUTF8Stateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed)
|
||||
.. cfunction:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed)
|
||||
|
||||
If *consumed* is *NULL*, behave like :cfunc:`PyUnicode_DecodeUTF7`. If
|
||||
*consumed* is not *NULL*, trailing incomplete UTF-7 base-64 sections will not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue