Kaydet (Commit) 4e511286 authored tarafından Ezio Melotti's avatar Ezio Melotti

#7888: fix deprecation on the wrong method.

üst a10a2e86
...@@ -1223,6 +1223,8 @@ Appearance ...@@ -1223,6 +1223,8 @@ Appearance
>>> turtle.settiltangle(-45) >>> turtle.settiltangle(-45)
>>> turtle.fd(50) >>> turtle.fd(50)
.. deprecated:: 3.1
.. function:: tiltangle(angle=None) .. function:: tiltangle(angle=None)
...@@ -1236,8 +1238,6 @@ Appearance ...@@ -1236,8 +1238,6 @@ Appearance
between the orientation of the turtleshape and the heading of the between the orientation of the turtleshape and the heading of the
turtle (its direction of movement). turtle (its direction of movement).
Deprecated since Python 3.1
.. doctest:: .. doctest::
>>> turtle.reset() >>> turtle.reset()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment