From e9fe37743d8d214a0a992299ba8b6457bf4509c1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 18 Nov 2021 21:43:46 +0200 Subject: [PATCH] bpo-45837: Note tiltangle is not deprecated, it's really settiltangle --- Lib/turtle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/turtle.py b/Lib/turtle.py index 793b35e2403d1b..9c8f6ced250849 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -2877,7 +2877,8 @@ def tiltangle(self, angle=None): 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")