Fix typo (issue #19619).

This commit is contained in:
Serhiy Storchaka 2014-02-25 20:00:48 +02:00
parent f031a6f334
commit 270ce7360c

View file

@ -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