Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6fa381

Browse files
committed
Translated German message into English.
1 parent f4b321b commit e6fa381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/turtledemo/wikipedia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
for t in s.turtles():
5757
t.undo()
5858
et = clock()
59-
return "Laufzeit: %.3f sec" % (z1+et-at)
59+
return "runtime: %.3f sec" % (z1+et-at)
6060

6161

6262
if __name__ == '__main__':

0 commit comments

Comments
 (0)