# HG changeset patch # User Neil Muller # Date 1336590645 -7200 # Node ID 56b0a1c4de352bec7e89eee9552f3eb8cc81f662 # Parent c57b5b46d3e0a8cc9d79752d927a1c713d980f8b Fix typo diff -r c57b5b46d3e0 -r 56b0a1c4de35 gamelib/missions.py --- 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):