Skip to content

Commit 60f88aa

Browse files
Error message hasn't changed on this branch
1 parent 31d36e3 commit 60f88aa

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
@@ -78,8 +78,8 @@ In a Python shell, import all the objects of the ``turtle`` module::
7878

7979
from turtle import *
8080

81-
If you run into a ``Standard library module '_tkinter' was not found`` error,
82-
you'll have to install the :mod:`Tk interface package <tkinter>` on your system.
81+
If you run into a ``No module named '_tkinter'`` error, you'll have to
82+
install the :mod:`Tk interface package <tkinter>` on your system.
8383

8484

8585
Basic drawing

0 commit comments

Comments
 (0)