]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 19 Nov 2021 18:55:15 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 18:55:15 +0000 (19:55 +0100)
Lib/turtle.py

index 793b35e2403d1b9048d8f71703a87c784f09333f..9c8f6ced250849fb0c2418b843355b648de8e16b 100644 (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")