changeset 92:56b0a1c4de35

Fix typo
author Neil Muller <drnlmuller@gmail.com>
date Wed, 09 May 2012 21:10:45 +0200
parents c57b5b46d3e0
children f0bf77787d1e
files gamelib/missions.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/missions.py	Wed May 09 21:08:29 2012 +0200
+++ b/gamelib/missions.py	Wed May 09 21:10:45 2012 +0200
@@ -252,8 +252,9 @@
 
     NAME = "Destroy Mount Rushmore"
     SHORT_DESCRIPTION = "Monuments to other people? Intolerable"
-    LONG_DESCRIPTION = "While potentially expensive, destroying" \
-            " major monument is a good way to secure your reputation."
+    LONG_DESCRIPTION = (
+            "While potentially expensive, destroying a major monument is a"
+            " good way to secure your reputation.")
     MINIMUM_REPUTATION = 20
 
     def attempt(self, equipment, state):