summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-07 06:39:23 -0800
committerThomas Kluyver <takowl@gmail.com>2013-01-07 06:39:23 -0800
commit87e6fd0a9d0ec7869dc9e6e404638cc1e090e3a7 (patch)
treee5b995dff48a659015b6c893768214f3bdfd14d3
parent4cfb49cf5fe9513ac368ad8b09e9405cacaa9f56 (diff)
parent5abceda6e1d147cdf0f090744f629018dfa99017 (diff)
Merge pull request #5 from lathan/master
Just a small typo fix
-rw-r--r--weatbag/tiles/centre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/centre.py b/weatbag/tiles/centre.py
index 4aa9a30..c2709d7 100644
--- a/weatbag/tiles/centre.py
+++ b/weatbag/tiles/centre.py
@@ -5,7 +5,7 @@ class Tile:
self.contents = {'rope': 1}
def describe(self):
- print("You are in a sizeable clearing in the forest. Paths lead off in"
+ print("You are in a sizeable clearing in the forest. Paths lead off in "
"four directions, which your unerring sense of direction tells you "
"correspond to the four compass points.")
if self.contents.get('rope'):