mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
This commit is contained in:
parent
2a32dbf110
commit
e8d41eea7a
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