From: Hugo van Kemenade Date: Fri, 19 Nov 2021 18:55:40 +0000 (+0200) Subject: bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629) X-Git-Tag: v3.10.1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9501e8d3a339c5a9217b7d90275d2a8c8cba5d13;p=thirdparty%2FPython%2Fcpython.git bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629) --- diff --git a/Lib/turtle.py b/Lib/turtle.py index 7e36c2c51d3b..f3b320b90cae 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")