commit | 23d11d31fe689577f9036c58f3c871ac4b9b4db2 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 21 07:50:52 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Sep 21 07:50:52 2008 +0000 |
tree | 75ae7f064f7c078adf833e6d20f25f4edc208aa7 | |
parent | 33d1ae8563fcfc11f3e6ffab1ac63d2a36819af8 [diff] [blame] |
Handle documentation for turtle rename.
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 @@ 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.