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/s2.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'weatbag/tiles/s2.py') diff --git a/weatbag/tiles/s2.py b/weatbag/tiles/s2.py index a66aa98..13b6d83 100644 --- a/weatbag/tiles/s2.py +++ b/weatbag/tiles/s2.py @@ -4,10 +4,10 @@ from weatbag import words class Tile: def describe(self): - print("To the South, the foliage begins to thin and the path winds forwards " - "up a steep hillside. A rugged granite rockformation tops " - "the hill, its centerpiece two slabs of rock leaning together " - "to form a crude arch." ) + print("To the South, the foliage begins to thin and the path winds " + "forwards up a steep hillside. A rugged granite rockformation tops " + "the hill, its centerpiece two slabs of rock leaning together " + "to form a crude arch." ) def action(self, player, do): # Nothing to do here yet. -- cgit v1.3