From: Sandro Tosi Date: Mon, 31 Oct 2011 09:12:43 +0000 (+0100) Subject: document turtle done() function; thanks to Csaba Szepesvari from docs@ X-Git-Tag: v3.3.0a1~993^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e348455f5f3f177f7c3f656a0204d9a89b27e5c8;p=python document turtle done() function; thanks to Csaba Szepesvari from docs@ --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index c34e043169..4373f78d70 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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.