diff options
author | Georg Brandl <georg@python.org> | 2008-09-21 07:50:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-21 07:50:52 (GMT) |
commit | 23d11d31fe689577f9036c58f3c871ac4b9b4db2 (patch) | |
tree | 75ae7f064f7c078adf833e6d20f25f4edc208aa7 /Doc/library/tkinter.rst | |
parent | 33d1ae8563fcfc11f3e6ffab1ac63d2a36819af8 (diff) | |
download | cpython-23d11d31fe689577f9036c58f3c871ac4b9b4db2.zip cpython-23d11d31fe689577f9036c58f3c871ac4b9b4db2.tar.gz cpython-23d11d31fe689577f9036c58f3c871ac4b9b4db2.tar.bz2 |
Handle documentation for turtle rename.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r-- | Doc/library/tkinter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 62f6574..b40affa 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -99,7 +99,7 @@ Other modules that provide Tk support include: Drag-and-drop support for :mod:`tkinter`. This is experimental and should become deprecated when it is replaced with the Tk DND. -:mod:`tkinter.turtle` +:mod:`turtle` Turtle graphics in a Tk window. |