summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?")