New submission from Michael Newman <michael.b.new...@gmail.com>:

In the turtle module documentation:
http://docs.python.org/3.1/library/turtle.html
http://docs.python.org/py3k/library/turtle.html

Currently it says "Deprecated since Python 3.1" under the "turtle.tiltangle" 
section. That should be under "turtle.settiltangle" instead.

For reference, the comments at the end of the documentation page correctly 
explains:
"Turtle.tiltangle() has been enhanced in functionality: it now can be used to 
get or set the tiltangle. Turtle.settiltangle() has been deprecated."

----------
assignee: georg.brandl
components: Documentation
messages: 99077
nosy: georg.brandl, mnewman
severity: normal
status: open
title: turtle "settiltangle" should be marked deprecated, not "tiltangle"
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7888>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to