Skip to content
Draft
Changes from all commits
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
10 changes: 10 additions & 0 deletions Doc/library/turtle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2571,6 +2571,16 @@ Public classes
* ``a.rotate(angle)`` rotation


Exceptions
==========

.. exception:: TurtleGraphicsError

Raised when an invalid turtle graphics operation is requested, such as
using an unsupported shape or an invalid color value.
This exception inherits from :exc:`Exception`.


.. _turtle-explanation:

Explanation
Expand Down
Loading