[Python-checkins] r64900 - python/trunk/Doc/library/thread.rst
alexandre.vassalotti
python-checkins at python.org
Sun Jul 13 00:06:54 CEST 2008
Author: alexandre.vassalotti
Date: Sun Jul 13 00:06:53 2008
New Revision: 64900
Log:
Fixed typo.
Modified:
python/trunk/Doc/library/thread.rst
Modified: python/trunk/Doc/library/thread.rst
==============================================================================
--- python/trunk/Doc/library/thread.rst (original)
+++ python/trunk/Doc/library/thread.rst Sun Jul 13 00:06:53 2008
@@ -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.
More information about the Python-checkins
mailing list