summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/w1.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-04-18 13:23:23 -0700
committerThomas Kluyver <takowl@gmail.com>2013-04-18 13:23:23 -0700
commit32db2f567c844ece509a5001233606465474d18f (patch)
tree71b0f86bb78aa06536090d54dc8125761781ff67 /weatbag/tiles/w1.py
parent26abad862afefb0e6c598719545572e187fa9033 (diff)
parenta0d1dc13e0923b12e8a9f21fcfa71165b333eb71 (diff)
Merge pull request #17 from lathan/master
Fixed bug in e2.py, Wrapped all lines in tiles longer than 79 characters to conform to PEP 8
Diffstat (limited to 'weatbag/tiles/w1.py')
-rw-r--r--weatbag/tiles/w1.py5
1 files changed, 3 insertions, 2 deletions
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.