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/n3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weatbag/tiles/n3.py') diff --git a/weatbag/tiles/n3.py b/weatbag/tiles/n3.py index a1d8602..7d78b84 100644 --- a/weatbag/tiles/n3.py +++ b/weatbag/tiles/n3.py @@ -8,7 +8,7 @@ class Tile: def describe(self): if not self.enemy_dead: - print("You encounter an orc! He's got a mean look, but you're a " + print("You encounter an orc! He's got a mean look, but you're a " "strong one. You should be able to take him. Attack or flee?") else: print("You see an orc corpse here.") -- cgit v1.3