cpython: 9975f827eefd (original) (raw)

Mercurial > cpython

changeset 89388:9975f827eefd 3.3

Fix typo (issue #19619). [#19619]

Serhiy Storchaka storchaka@gmail.com
date Tue, 25 Feb 2014 20:00:48 +0200
parents 9f036047187b
children 0c273c258571 8899e4028561
files Include/codecs.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Include/codecs.h 2

line wrap: on

line diff

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