summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n1.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/n1.py
parent9d8fa73a4fcec72f21c03de7adb77b7fa03a6c07 (diff)
PEP 8 police: Wrapped 80+ char lines in all tiles!
Diffstat (limited to 'weatbag/tiles/n1.py')
-rw-r--r--weatbag/tiles/n1.py4
1 files changed, 2 insertions, 2 deletions
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.