diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-28 21:31:57 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | 4958709926e2eaf37b8311a86d42b32821703354 (patch) | |
| tree | 51926baef8551f5d2116411f187df3ed5e0946ca /weatbag/tiles/n2w3.py | |
| parent | b47436bbeb671c409bbe7d795fcf7294b8779581 (diff) | |
changed indentation on strings for visibility
Diffstat (limited to 'weatbag/tiles/n2w3.py')
| -rw-r--r-- | weatbag/tiles/n2w3.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weatbag/tiles/n2w3.py b/weatbag/tiles/n2w3.py index e0ce3b3..72f2181 100644 --- a/weatbag/tiles/n2w3.py +++ b/weatbag/tiles/n2w3.py @@ -1,9 +1,9 @@ class Tile: def describe(self): print("You are walking through the trees. It looks like the path you " - "took leads to a small wooden hut.\nYou saw a tree fall and it didn't " - "make any sound and WOW... that was weired because you were there and " - "observed it!\n") + "took leads to a small wooden hut.\nYou saw a tree fall and it " + "didn't make any sound and WOW... that was weired because you " + "were there and observed it!\n") # "If a tree falls in a forest and no one is around to hear it, # does it make a sound?" is a philosophical thought experiment that # raises questions regarding observation and knowledge of reality. |
