bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629)

This commit is contained in:
Hugo van Kemenade 2021-11-19 20:55:40 +02:00 committed by GitHub
parent 2a630e716e
commit 9501e8d3a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2877,7 +2877,8 @@ class RawTurtle(TPen, TNavigator):
between the orientation of the turtleshape and the heading of the
turtle (its direction of movement).
Deprecated since Python 3.1
(Incorrectly marked as deprecated since Python 3.1, it is really
settiltangle that is deprecated.)
Examples (for a Turtle instance named turtle):
>>> turtle.shape("circle")