]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Mon, 2 Oct 2000 02:25:51 +0000 (02:25 +0000)
committerGreg Ward <gward@python.net>
Mon, 2 Oct 2000 02:25:51 +0000 (02:25 +0000)
Lib/distutils/command/install_lib.py

index 80da3acc864deeee5c6588abf846ce752572f9ac..804dcffa604b0b44dcf9417ecb0f49e905142a27 100644 (file)
@@ -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