diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-26 23:47:41 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-26 23:47:41 +0300 |
| commit | 74288b83d9e99f790ef4a96fe7bfc96814bcb3d6 (patch) | |
| tree | 7845c107d6bfe9def38fbbc4af13fa36d68d1c74 /weatbag/tiles/n1w5.py | |
| parent | 069a838975c7c1ce58f8b98678ee2005e4410d8c (diff) | |
PEP 8
Diffstat (limited to 'weatbag/tiles/n1w5.py')
| -rw-r--r-- | weatbag/tiles/n1w5.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n1w5.py b/weatbag/tiles/n1w5.py index 4b2c1d4..634b4f7 100644 --- a/weatbag/tiles/n1w5.py +++ b/weatbag/tiles/n1w5.py @@ -10,8 +10,8 @@ class Tile: def describe(self): if self.contents['mice']: print("As you walk the rocky path at the edge of the cliff you " - "hear a squeaking sound and you notice two mouse traps on the " - "ground. Each has one mouse trapped inside.\n" + "hear a squeaking sound and you notice two mouse traps on " + "the ground. Each has one mouse trapped inside.\n" "You could take the silly rodents but really... what the " "hell are you gonna do with them?\n") else: |
