From 5dd1ef569437297fdecadc79567938a9b43cd252 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 18:36:32 +0300 Subject: identation on print for the looks --- weatbag/tiles/n1w2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weatbag/tiles/n1w2.py b/weatbag/tiles/n1w2.py index 2bfb1ee..0961545 100644 --- a/weatbag/tiles/n1w2.py +++ b/weatbag/tiles/n1w2.py @@ -1,8 +1,8 @@ class Tile: def describe(self): - print("The beach is really quiet and you can hear and see the " - "seagulls on the sea.") + print("The beach is really quiet and you can hear and see the seagulls " + "on the sea.") def action(self, player, do): print("What is this giberish?") -- cgit v1.3