mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix trivial typo.
This commit is contained in:
parent
13caba30b8
commit
e65008038e
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class CCompiler:
|
|||
self.objects = copy (objects)
|
||||
|
||||
|
||||
# -- Priviate utility methods --------------------------------------
|
||||
# -- Private utility methods --------------------------------------
|
||||
# (here for the convenience of subclasses)
|
||||
|
||||
def _fix_compile_args (self, output_dir, macros, include_dirs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue