changeset 292:cfabc9daf76c

typo
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 00:19:34 +0200
parents beb9d6935b33
children 4012d50a4674
files gamelib/scenes/bridge.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sat Aug 28 00:09:33 2010 +0200
+++ b/gamelib/scenes/bridge.py	Sat Aug 28 00:19:34 2010 +0200
@@ -165,7 +165,7 @@
         # Fill in the doctor's rect
         self.scene.doctor.rect.append(self.rect)
         return Result("You pick up the stethoscope and verify that the doctor's "
-                      "heart has stoped. Probably a while ago.")
+                      "heart has stopped. Probably a while ago.")
 
 
 class Superconductor(Item):
@@ -201,8 +201,8 @@
     def get_description(self):
         return random.choice([
             "The lights flash in interesting patterns.",
-            "The flashing lights don't mean anything to you",
-            "The console lights flash and flicker",
+            "The flashing lights don't mean anything to you.",
+            "The console lights flash and flicker.",
             ])
 
 class LeftLights(BlinkingLights):