mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Translated German message into English.
This commit is contained in:
parent
f4b321b31e
commit
e6fa3811f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue