mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Typo fix from David Ascher.
This commit is contained in:
parent
8353f623d6
commit
53c1bc3f9b
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class build_ext (Command):
|
|||
ext.undef_macros = []
|
||||
for macro in macros:
|
||||
if not (type(macro) is TupleType and
|
||||
1 <= len(macros) <= 2):
|
||||
1 <= len(macro) <= 2):
|
||||
raise DistutilsSetupError, \
|
||||
("'macros' element of build info dict "
|
||||
"must be 1- or 2-tuple")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue