summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-01 18:42:01 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-01 18:42:01 (GMT)
commite6fa3811f7eaca03e022c28717878c3c5b22db66 (patch)
tree457b3d2a8fe875d219f2708ab4b1fd8c5f073ec9 /Lib/turtledemo
parentf4b321b31ec4ca85e64554422ea6d69cebbf5505 (diff)
downloadcpython-e6fa3811f7eaca03e022c28717878c3c5b22db66.zip
cpython-e6fa3811f7eaca03e022c28717878c3c5b22db66.tar.gz
cpython-e6fa3811f7eaca03e022c28717878c3c5b22db66.tar.bz2
Translated German message into English.
Diffstat (limited to 'Lib/turtledemo')
-rw-r--r--Lib/turtledemo/wikipedia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtledemo/wikipedia.py b/Lib/turtledemo/wikipedia.py
index 73e03d2..0f27442 100644
--- a/Lib/turtledemo/wikipedia.py
+++ b/Lib/turtledemo/wikipedia.py
@@ -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__':