[Python-checkins] cpython (3.3): Fix typo (issue #19619).

serhiy.storchaka python-checkins at python.org
Tue Feb 25 19:03:14 CET 2014


http://hg.python.org/cpython/rev/9975f827eefd
changeset:   89388:9975f827eefd
branch:      3.3
parent:      89375:9f036047187b
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Feb 25 20:00:48 2014 +0200
summary:
  Fix typo (issue #19619).

files:
  Include/codecs.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Include/codecs.h b/Include/codecs.h
--- a/Include/codecs.h
+++ b/Include/codecs.h
@@ -94,7 +94,7 @@
        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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list