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