From 5abceda6e1d147cdf0f090744f629018dfa99017 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Mon, 7 Jan 2013 16:31:50 +0200 Subject: added missing whitespace in string --- weatbag/tiles/centre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weatbag/tiles') 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'): -- cgit v1.3