diff gamelib/scenes/machine.py @ 731:2f74064bc779 pyntnclick

Misc pep8 cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 15 Jan 2013 22:57:41 +0200
parents 3ce19d33b51f
children ef4bda7d623d
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Tue Jan 15 22:56:30 2013 +0200
+++ b/gamelib/scenes/machine.py	Tue Jan 15 22:57:41 2013 +0200
@@ -144,7 +144,7 @@
             msg = "The laser welder looks hungry, somehow."
             if "can" in contents:
                 msg += " It currently contains an empty can."
-            elif  "tube" in contents:
+            elif "tube" in contents:
                 msg += " It currently contains a tube fragment."
         elif len(contents) == 2:
             msg = "The laser welder looks expectant. "