Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0295181

Browse files
committed
Typo fix.
1 parent 73a6c94 commit 0295181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/command/install_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _bytecode_filenames (self, py_filenames):
162162
for py_file in py_filenames:
163163
if self.compile:
164164
bytecode_files.append(py_file + "c")
165-
if self.optmize > 0:
165+
if self.optimize > 0:
166166
bytecode_files.append(py_file + "o")
167167

168168
return bytecode_files

0 commit comments

Comments
 (0)