]> granicus.if.org Git - python/commitdiff
Fixed typo.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 12 Jul 2008 22:06:53 +0000 (22:06 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 12 Jul 2008 22:06:53 +0000 (22:06 +0000)
Doc/library/thread.rst

index 60812c91a401a15a48799179f31231fa78c92699..f21c35bb052e7ae29ff254b10e4d7546da7a4d37 100644 (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.