mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Merged revisions 78180 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78180 | ezio.melotti | 2010-02-14 05:11:06 +0200 (Sun, 14 Feb 2010) | 1 line #7888: fix deprecation on the wrong method. ........
This commit is contained in:
parent
c3ad71e621
commit
db01a3e71c
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue