From 4e5112867ce69d29f36f7c441bf63f99b9835b0d Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 14 Feb 2010 03:11:06 +0000 Subject: [PATCH] #7888: fix deprecation on the wrong method. --- Doc/library/turtle.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 232305c9236..5f9de573ebb 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1223,6 +1223,8 @@ Appearance >>> turtle.settiltangle(-45) >>> turtle.fd(50) + .. deprecated:: 3.1 + .. function:: tiltangle(angle=None) @@ -1236,8 +1238,6 @@ Appearance between the orientation of the turtleshape and the heading of the turtle (its direction of movement). - Deprecated since Python 3.1 - .. doctest:: >>> turtle.reset()