Commit 0295181f authored by Greg Ward's avatar Greg Ward

Typo fix.

parent 73a6c942
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment