summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-07 18:36:32 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-07 18:36:32 +0300
commit5dd1ef569437297fdecadc79567938a9b43cd252 (patch)
treead213cdaea571cf168d8b665213940843d247bbb
parent099cdeeb74281812480651b934cdf98f093f202d (diff)
identation on print for the looks
-rw-r--r--weatbag/tiles/n1w2.py4
1 files 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?")