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/e1.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/e1.py') diff --git a/weatbag/tiles/e1.py b/weatbag/tiles/e1.py index 486a98f..39f73e5 100644 --- a/weatbag/tiles/e1.py +++ b/weatbag/tiles/e1.py @@ -8,8 +8,9 @@ class Tile: def describe(self): print("The path crosses a small stream.") if self.contents['berries']: - print("There are some berries hanging from a tree. They look edible. " - "If you're hungry enough, anyway.") + print("There are some berries hanging from a tree. " + "They look edible. " + "If you're hungry enough, anyway.") def action(self, player, do): if (do[0] in words.take) and ('berries' in do): -- cgit v1.3