]> granicus.if.org Git - python/commitdiff
#7888: fix deprecation on the wrong method.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 14 Feb 2010 03:11:06 +0000 (03:11 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 14 Feb 2010 03:11:06 +0000 (03:11 +0000)
Doc/library/turtle.rst

index 232305c92360afe86b08ff4502f28cd57570fe58..5f9de573ebb667c6c4c0ada68afb96be94482c6d 100644 (file)
@@ -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()