From 4958709926e2eaf37b8311a86d42b32821703354 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 28 Apr 2013 21:31:57 +0300 Subject: changed indentation on strings for visibility --- weatbag/tiles/n3w1.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n3w1.py') diff --git a/weatbag/tiles/n3w1.py b/weatbag/tiles/n3w1.py index aec7508..98877eb 100644 --- a/weatbag/tiles/n3w1.py +++ b/weatbag/tiles/n3w1.py @@ -34,8 +34,8 @@ class Tile: " \ \-.__) ``--._) (_.--`` (__.-/ / \n" " '.'-.__.-. .-.__.-'.' \n" " '-...-' '-...-' \n") - print("A wall of kitties doesn't allow you to go North.\nBut that " - "doesn't make you mad... You can't be mad at kitties, " - "rite?!\n") + print("A wall of kitties doesn't allow you to go North.\n" + "But that doesn't make you mad... " + "You can't be mad at kitties, rite?!\n") return False return True -- cgit v1.3