summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/centre.py
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-18 15:01:31 +0300
committerGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-18 15:01:31 +0300
commit4e3d061d5c8bde61d94715d3b05aede333912b66 (patch)
tree4a954f2d3cb2788dace978e80d7ec0a459189fae /weatbag/tiles/centre.py
parent9d8fa73a4fcec72f21c03de7adb77b7fa03a6c07 (diff)
PEP 8 police: Wrapped 80+ char lines in all tiles!
Diffstat (limited to 'weatbag/tiles/centre.py')
-rw-r--r--weatbag/tiles/centre.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/weatbag/tiles/centre.py b/weatbag/tiles/centre.py
index c2709d7..2dc33ca 100644
--- a/weatbag/tiles/centre.py
+++ b/weatbag/tiles/centre.py
@@ -5,9 +5,10 @@ class Tile:
self.contents = {'rope': 1}
def describe(self):
- 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.")
+ 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'):
print("A short length of rope is lying on the floor.")