From 4e3d061d5c8bde61d94715d3b05aede333912b66 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Thu, 18 Apr 2013 15:01:31 +0300 Subject: PEP 8 police: Wrapped 80+ char lines in all tiles! --- weatbag/tiles/n1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/n1.py') diff --git a/weatbag/tiles/n1.py b/weatbag/tiles/n1.py index 1484ca4..ac89a1b 100644 --- a/weatbag/tiles/n1.py +++ b/weatbag/tiles/n1.py @@ -1,7 +1,7 @@ class Tile: def describe(self): - print("A path runs through dense jungle. To the north, you can see the " - "entrance to a cave.") + print("A path runs through dense jungle. To the north, " + "you can see the entrance to a cave.") def action(self, player, do): # Nothing to do here yet. -- cgit v1.3