Fixed typo.

This commit is contained in:
Alexandre Vassalotti 2008-07-12 22:06:53 +00:00
parent 90f36730e2
commit 24122593f0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
.. note::
The :mod:`thread` module has been renamed to :mod:`_thread` in Python 3.0.
The :term:`2to3` tool will automatically adapt imports when converting your
sources to 3.0; however, you should consider using the high-lever
sources to 3.0; however, you should consider using the high-level
:mod:`threading` module instead.