changeset 653:6aea811b1bee pyntnclick

Fix text constant broken (literally) by PEP-8 clean-up.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 12 Feb 2012 13:01:00 +0200
parents b8cc0be3a819
children 335db68e0db4
files gamelib/scenes/cryo.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Sun Feb 12 12:55:03 2012 +0200
+++ b/gamelib/scenes/cryo.py	Sun Feb 12 13:01:00 2012 +0200
@@ -346,8 +346,8 @@
                     " twist. With a satisfying *snap*, the chain breaks and"
                     " the door opens.", soundfile='break.ogg')
         elif self.get_data('door') == "shut":
-            text = "You bang on the door with the titanium femur. It makes a"
-            " clanging sound."
+            text = ("You bang on the door with the titanium femur. It makes a"
+                    " clanging sound.")
             return Result(text, soundfile='clang.ogg')
         else:
             return Result("You wave the femur in the doorway. Nothing"