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

Skip to content

Commit 4e51128

Browse files
committed
#7888: fix deprecation on the wrong method.
1 parent a10a2e8 commit 4e51128

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/turtle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,8 @@ Appearance
12231223
>>> turtle.settiltangle(-45)
12241224
>>> turtle.fd(50)
12251225

1226+
.. deprecated:: 3.1
1227+
12261228

12271229
.. function:: tiltangle(angle=None)
12281230

@@ -1236,8 +1238,6 @@ Appearance
12361238
between the orientation of the turtleshape and the heading of the
12371239
turtle (its direction of movement).
12381240

1239-
Deprecated since Python 3.1
1240-
12411241
.. doctest::
12421242

12431243
>>> turtle.reset()

0 commit comments

Comments
 (0)