mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Fix some typos in comments (GH-32422)
This commit is contained in:
parent
6773203487
commit
f52d987abf
4 changed files with 4 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -343,7 +343,7 @@ class PyBuildExt(build_ext):
|
|||
|
||||
Distutils appends extra args to the compiler arguments. Some flags like
|
||||
-I must appear earlier, otherwise the pre-processor picks up files
|
||||
from system inclue directories.
|
||||
from system include directories.
|
||||
"""
|
||||
upper_name = ext.name.upper()
|
||||
# Parse compiler flags (-I, -D, -U, extra args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue