summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-10-31 09:13:30 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-10-31 09:13:30 (GMT)
commit8f7bded7e0118d79615b9ac4a639aba7a4346bca (patch)
tree9352a97a2816301072215e4eee31ddcd9408717f
parent5156f2ca9adb42208546b6f8f0be2adb4f24ebdc (diff)
parente348455f5f3f177f7c3f656a0204d9a89b27e5c8 (diff)
downloadcpython-8f7bded7e0118d79615b9ac4a639aba7a4346bca.zip
cpython-8f7bded7e0118d79615b9ac4a639aba7a4346bca.tar.gz
cpython-8f7bded7e0118d79615b9ac4a639aba7a4346bca.tar.bz2
merge with 3.2
-rw-r--r--Doc/library/turtle.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index c34e043..4373f78 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.