mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo (issue #19619).
This commit is contained in:
parent
f031a6f334
commit
270ce7360c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
||||||
const char *errors
|
const char *errors
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifndef PY_LIMITED_API
|
#ifndef Py_LIMITED_API
|
||||||
/* Text codec specific encoding and decoding API.
|
/* Text codec specific encoding and decoding API.
|
||||||
|
|
||||||
Checks the encoding against a list of codecs which do not
|
Checks the encoding against a list of codecs which do not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue