From 41604b6535155bc71d05c93419e4639395d7a9d4 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Fri, 19 Apr 2013 15:08:59 +0300 Subject: Another minor grammar fix. --- weatbag/tiles/w1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3