summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n1w6.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-19 15:14:18 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-19 15:14:18 +0300
commitaa84e7b52b4fc32c58f622f687f9d1c71bc855ee (patch)
treef37ccc7a079066df0ad97155e2aac37c9bf84632 /weatbag/tiles/n1w6.py
parentb66b944ddec676081721a4903db2cbb646b8d27d (diff)
grammar fixed
Diffstat (limited to 'weatbag/tiles/n1w6.py')
-rw-r--r--weatbag/tiles/n1w6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w6.py b/weatbag/tiles/n1w6.py
index ab2da24..7c8438f 100644
--- a/weatbag/tiles/n1w6.py
+++ b/weatbag/tiles/n1w6.py
@@ -15,5 +15,5 @@ class Tile:
"cliff!\n")
return False
elif direction in('e', 'n'):
- print("You follow tha path downhill.")
+ print("You follow the path downhill.")
return True