commit | 270ce7360cbb41dee36866c458319c336be2f996 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 25 20:00:48 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 25 20:00:48 2014 +0200 |
tree | 7b2295d10480e24aa022c1072a2c4a4e80bfca31 | |
parent | f031a6f334ab13b72c269c8e3158b5dad9d5d2b6 [diff] [blame] |
Fix typo (issue #19619).
diff --git a/Include/codecs.h b/Include/codecs.h index 5ca505f..8f0014e 100644 --- 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