]> granicus.if.org Git - python/commitdiff
Translated German message into English.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 1 Nov 2010 18:42:01 +0000 (18:42 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 1 Nov 2010 18:42:01 +0000 (18:42 +0000)
Lib/turtledemo/wikipedia.py

index 73e03d22e30fc2a52d9f6bf1f2d1b7393a796496..0f274420c8f71b1c1a39e99e30187cadb247194a 100644 (file)
@@ -56,7 +56,7 @@ def main():
         for t in s.turtles():
             t.undo()
     et = clock()
-    return "Laufzeit: %.3f sec" % (z1+et-at)
+    return "runtime: %.3f sec" % (z1+et-at)
 
 
 if __name__ == '__main__':