mirror of https://github.com/python/cpython
Fix trivial typo.
This commit is contained in:
parent
13caba30b8
commit
e65008038e
|
@ -319,7 +319,7 @@ class CCompiler:
|
||||||
self.objects = copy (objects)
|
self.objects = copy (objects)
|
||||||
|
|
||||||
|
|
||||||
# -- Priviate utility methods --------------------------------------
|
# -- Private utility methods --------------------------------------
|
||||||
# (here for the convenience of subclasses)
|
# (here for the convenience of subclasses)
|
||||||
|
|
||||||
def _fix_compile_args (self, output_dir, macros, include_dirs):
|
def _fix_compile_args (self, output_dir, macros, include_dirs):
|
||||||
|
|
Loading…
Reference in New Issue