We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a630e7 commit 9501e8dCopy full SHA for 9501e8d
Lib/turtle.py
@@ -2877,7 +2877,8 @@ def tiltangle(self, angle=None):
2877
between the orientation of the turtleshape and the heading of the
2878
turtle (its direction of movement).
2879
2880
- Deprecated since Python 3.1
+ (Incorrectly marked as deprecated since Python 3.1, it is really
2881
+ settiltangle that is deprecated.)
2882
2883
Examples (for a Turtle instance named turtle):
2884
>>> turtle.shape("circle")
0 commit comments