Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated comment
  • Loading branch information
hugovk committed May 25, 2023
commit df25c04e51c261b3ea9c41d35d1887c490401bac
3 changes: 0 additions & 3 deletions Lib/turtle.py
Original file line number Diff line number Diff line change
Expand Up @@ -2908,9 +2908,6 @@ def tiltangle(self, angle=None):
between the orientation of the turtleshape and the heading of the
turtle (its direction of movement).

(Incorrectly marked as deprecated since Python 3.1, it was really
settiltangle that was deprecated (and removed in 3.13).)

Examples (for a Turtle instance named turtle):
>>> turtle.shape("circle")
>>> turtle.shapesize(5, 2)
Expand Down