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/w1.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/w1.py') diff --git a/weatbag/tiles/w1.py b/weatbag/tiles/w1.py index 6f9119e..b880840 100644 --- a/weatbag/tiles/w1.py +++ b/weatbag/tiles/w1.py @@ -1,8 +1,9 @@ class Tile: def describe(self): - print("The trees open out onto a beautiful beach. Small waves lap at the " - "sand. Ahead of you, the ocean stretches as far as you can see.") + print("The trees open out onto a beautiful beach. " + "Small waves lap at the sand. Ahead of you, " + "the ocean stretches as far as you can see.") def action(self, player, do): # Nothing to do here yet. -- cgit v1.3