From: Serhiy Storchaka Date: Tue, 25 Feb 2014 18:00:48 +0000 (+0200) Subject: Fix typo (issue #19619). X-Git-Tag: v3.3.5rc2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=270ce7360cbb41dee36866c458319c336be2f996;p=python Fix typo (issue #19619). --- diff --git a/Include/codecs.h b/Include/codecs.h index 5ca505fbd5..8f0014e237 100644 --- a/Include/codecs.h +++ b/Include/codecs.h @@ -94,7 +94,7 @@ PyAPI_FUNC(PyObject *) PyCodec_Decode( const char *errors ); -#ifndef PY_LIMITED_API +#ifndef Py_LIMITED_API /* Text codec specific encoding and decoding API. Checks the encoding against a list of codecs which do not