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

index 7e36c2c51d3be01272b7d6a64bbeb689dc2a34b5..f3b320b90caebc1e4ce6145f1155c15f757cec3a 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")