Fix typo reported by Lino Mastrodomenico.

This commit is contained in:
Martin v. Löwis 2007-07-08 08:59:16 +00:00
parent bda9a6d0a8
commit 435e557eb0
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ but a manual review is still necessary.
Particular care must be taken for PyArg_ParseTuple calls:
they need all be checked for s# and t# converters, and
PY_SIZE_T_CLEAN must be defined before including Python.h
PY_SSIZE_T_CLEAN must be defined before including Python.h
if the calls have been updated accordingly.
Fredrik Lundh has written a scanner_ which checks the code