From 9501e8d3a339c5a9217b7d90275d2a8c8cba5d13 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 19 Nov 2021 20:55:40 +0200 Subject: bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629) --- Lib/turtle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/turtle.py b/Lib/turtle.py index 7e36c2c..f3b320b 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -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") -- cgit v0.12