From 270ce7360cbb41dee36866c458319c336be2f996 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Tue, 25 Feb 2014 20:00:48 +0200 Subject: [PATCH] Fix typo (issue #19619). --- Include/codecs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/codecs.h b/Include/codecs.h index 5ca505fbd5e..8f0014e2377 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