Skip to content

Commit 2b191e2

Browse files
committed
Improve line wrapping
1 parent 471221b commit 2b191e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/turtle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ In a Python shell, import all the objects of the ``turtle`` module::
7979

8080
from turtle import *
8181

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.
82+
If you run into a ``Standard library module '_tkinter' was not found`` error,
83+
you'll have to install the :mod:`Tk interface package <tkinter>` on your system.
8484

8585

8686
Basic drawing

0 commit comments

Comments
 (0)