summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-02-14 03:12:04 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-02-14 03:12:04 (GMT)
commitdb01a3e71ca993a8bf0c420f179e65a622c86ff0 (patch)
tree6e69bbebbb377b67490fdf1cc623ae20ba95adb7 /Doc/library
parentc3ad71e621826202940d3998d584d4dbaf660930 (diff)
downloadcpython-db01a3e71ca993a8bf0c420f179e65a622c86ff0.zip
cpython-db01a3e71ca993a8bf0c420f179e65a622c86ff0.tar.gz
cpython-db01a3e71ca993a8bf0c420f179e65a622c86ff0.tar.bz2
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. ........
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/turtle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 232305c..5f9de57 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()