We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a726ce7 commit f90be49Copy full SHA for f90be49
1 file changed
Doc/library/turtle.rst
@@ -18,6 +18,9 @@
18
19
import os
20
os.remove("my_drawing.ps")
21
+ # Destroy the turtle window after tests are complete
22
+ # Imported via star import in testsetup
23
+ bye()
24
25
--------------
26
0 commit comments