From: Ezio Melotti Date: Sun, 14 Feb 2010 03:11:06 +0000 (+0000) Subject: #7888: fix deprecation on the wrong method. X-Git-Tag: v3.2a1~1694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e5112867ce69d29f36f7c441bf63f99b9835b0d;p=python #7888: fix deprecation on the wrong method. --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 232305c923..5f9de573eb 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()