Skip to content
Open
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
1 change: 1 addition & 0 deletions Doc/library/turtle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.. testcleanup::

import os
Screen().bye()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be turtle.bye(), where turtle is the Turtle() we created in testsetup? Untested, just guessing :)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I see that #125294 is already merged, using turtle_the_module.bye(). turtle_the_turtle.bye() might be worth a try in- stead/addition if it fixes things for @AlexWaygood, but otherwise this can probably be closed.

os.remove("my_drawing.ps")

--------------
Expand Down
Loading