merge with 3.2
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 @@
    | :func:`onkeypress`
    | :func:`onclick` | :func:`onscreenclick`
    | :func:`ontimer`
-   | :func:`mainloop`
+   | :func:`mainloop` | :func:`done`
 
 Settings and special methods
    | :func:`mode`
@@ -1773,6 +1773,7 @@
 
 
 .. function:: mainloop()
+              done()
 
    Starts event loop - calling Tkinter's mainloop function.
    Must be the last statement in a turtle graphics program.