Skip to content

Commit e8d41ee

Browse files
authored
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
1 parent 2a32dbf commit e8d41ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/turtle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,8 @@ def tiltangle(self, angle=None):
28772877
between the orientation of the turtleshape and the heading of the
28782878
turtle (its direction of movement).
28792879
2880-
Deprecated since Python 3.1
2880+
(Incorrectly marked as deprecated since Python 3.1, it is really
2881+
settiltangle that is deprecated.)
28812882
28822883
Examples (for a Turtle instance named turtle):
28832884
>>> turtle.shape("circle")

0 commit comments

Comments
 (0)