diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:36:32 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:36:32 +0300 |
| commit | 5dd1ef569437297fdecadc79567938a9b43cd252 (patch) | |
| tree | ad213cdaea571cf168d8b665213940843d247bbb | |
| parent | 099cdeeb74281812480651b934cdf98f093f202d (diff) | |
identation on print for the looks
| -rw-r--r-- | weatbag/tiles/n1w2.py | 4 |
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?") |
