[Python-checkins] r86100 - python/branches/py3k/Lib/turtledemo/wikipedia.py

alexander.belopolsky python-checkins at python.org
Mon Nov 1 19:42:01 CET 2010


Author: alexander.belopolsky
Date: Mon Nov  1 19:42:01 2010
New Revision: 86100

Log:
Translated German message into English.

Modified:
   python/branches/py3k/Lib/turtledemo/wikipedia.py

Modified: python/branches/py3k/Lib/turtledemo/wikipedia.py
==============================================================================
--- python/branches/py3k/Lib/turtledemo/wikipedia.py	(original)
+++ python/branches/py3k/Lib/turtledemo/wikipedia.py	Mon Nov  1 19:42:01 2010
@@ -56,7 +56,7 @@
         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__':


More information about the Python-checkins mailing list