mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
"""distutils.command.build_ext
|
||||
|
||||
Implements the Distutils 'build_ext' command, for building extension
|
||||
modules (currently limited to C extensions, should accomodate C++
|
||||
modules (currently limited to C extensions, should accommodate C++
|
||||
extensions ASAP)."""
|
||||
|
||||
# created 1999/08/09, Greg Ward
|
||||
|
@ -385,7 +385,7 @@ class build_ext (Command):
|
|||
# Next, compile the source code to object files.
|
||||
|
||||
# XXX not honouring 'define_macros' or 'undef_macros' -- the
|
||||
# CCompiler API needs to change to accomodate this, and I
|
||||
# CCompiler API needs to change to accommodate this, and I
|
||||
# want to do one thing at a time!
|
||||
|
||||
# Two possible sources for extra compiler arguments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue