Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23d11d3

Browse files
committed
Handle documentation for turtle rename.
1 parent 33d1ae8 commit 23d11d3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/tk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ alternatives, see the :ref:`other-gui-packages` section.
3535
tkinter.rst
3636
tkinter.tix.rst
3737
tkinter.scrolledtext.rst
38-
tkinter.turtle.rst
38+
turtle.rst
3939
idle.rst
4040
othergui.rst
4141

Doc/library/tkinter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Other modules that provide Tk support include:
9999
Drag-and-drop support for :mod:`tkinter`. This is experimental and should
100100
become deprecated when it is replaced with the Tk DND.
101101

102-
:mod:`tkinter.turtle`
102+
:mod:`turtle`
103103
Turtle graphics in a Tk window.
104104

105105

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:mod:`turtle` --- Turtle graphics for Tk
33
========================================
44

5-
.. module:: tkinter.turtle
5+
.. module:: turtle
66
:synopsis: Turtle graphics for Tk
77
.. sectionauthor:: Gregor Lingl <[email protected]>
88

@@ -1887,5 +1887,5 @@ Changes since Python 2.6
18871887
- A method :meth:`Turtle.filling` has been added. It returns a boolean
18881888
value: ``True`` if a filling process is under way, ``False`` otherwise.
18891889
This behaviour corresponds to a ``fill()`` call without arguments in
1890-
Python 2.6
1890+
Python 2.6.
18911891

0 commit comments

Comments
 (0)