There was an error while loading. Please reload this page.
1 parent 471221b commit 2b191e2Copy full SHA for 2b191e2
1 file changed
Doc/library/turtle.rst
@@ -79,8 +79,8 @@ In a Python shell, import all the objects of the ``turtle`` module::
79
80
from turtle import *
81
82
-If you run into a ``Standard library module '_tkinter' was not found`` error, you'll have to
83
-install the :mod:`Tk interface package <tkinter>` on your system.
+If you run into a ``Standard library module '_tkinter' was not found`` error,
+you'll have to install the :mod:`Tk interface package <tkinter>` on your system.
84
85
86
Basic drawing
0 commit comments