Kaydet (Commit) e348455f authored tarafından Sandro Tosi's avatar Sandro Tosi

document turtle done() function; thanks to Csaba Szepesvari from docs@

üst 7aff4517
......@@ -204,7 +204,7 @@ Using screen events
| :func:`onkeypress`
| :func:`onclick` | :func:`onscreenclick`
| :func:`ontimer`
| :func:`mainloop`
| :func:`mainloop` | :func:`done`
Settings and special methods
| :func:`mode`
......@@ -1773,6 +1773,7 @@ Using screen events
.. function:: mainloop()
done()
Starts event loop - calling Tkinter's mainloop function.
Must be the last statement in a turtle graphics program.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment