mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629)
This commit is contained in:
parent
2a630e716e
commit
9501e8d3a3
1 changed files with 2 additions and 1 deletions
|
@ -2877,7 +2877,8 @@ class RawTurtle(TPen, TNavigator):
|
|||
between the orientation of the turtleshape and the heading of the
|
||||
turtle (its direction of movement).
|
||||
|
||||
Deprecated since Python 3.1
|
||||
(Incorrectly marked as deprecated since Python 3.1, it is really
|
||||
settiltangle that is deprecated.)
|
||||
|
||||
Examples (for a Turtle instance named turtle):
|
||||
>>> turtle.shape("circle")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue