mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Typo fix.
This commit is contained in:
parent
73a6c942cd
commit
0295181fa6
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class install_lib (Command):
|
|||
for py_file in py_filenames:
|
||||
if self.compile:
|
||||
bytecode_files.append(py_file + "c")
|
||||
if self.optmize > 0:
|
||||
if self.optimize > 0:
|
||||
bytecode_files.append(py_file + "o")
|
||||
|
||||
return bytecode_files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue