summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-19 15:08:59 +0300
committerGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-19 15:08:59 +0300
commit41604b6535155bc71d05c93419e4639395d7a9d4 (patch)
tree3f17465518f623a68efc857c72d64da14ce1ef99
parenta9aab11c1caa71dfd7b44d3f4a0d7eb239ba8eb6 (diff)
Another minor grammar fix.
-rw-r--r--weatbag/tiles/w1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/w1.py b/weatbag/tiles/w1.py
index b880840..e68fc73 100644
--- a/weatbag/tiles/w1.py
+++ b/weatbag/tiles/w1.py
@@ -11,7 +11,7 @@ class Tile:
def leave(self, player, direction):
if direction=='w':
- print("You've forgotten how to swim")
+ print("You've forgotten how to swim.")
return False
return True