From: Alexander Belopolsky Date: Mon, 1 Nov 2010 18:42:01 +0000 (+0000) Subject: Translated German message into English. X-Git-Tag: v3.2a4~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6fa3811f7eaca03e022c28717878c3c5b22db66;p=python Translated German message into English. --- diff --git a/Lib/turtledemo/wikipedia.py b/Lib/turtledemo/wikipedia.py index 73e03d22e3..0f274420c8 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__':