From: Alexandre Vassalotti Date: Sat, 12 Jul 2008 22:06:53 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: v2.6b2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24122593f07fe756aa5c9a5db908ae4f5d22f352;p=thirdparty%2FPython%2Fcpython.git Fixed typo. --- diff --git a/Doc/library/thread.rst b/Doc/library/thread.rst index 60812c91a401..f21c35bb052e 100644 --- a/Doc/library/thread.rst +++ b/Doc/library/thread.rst @@ -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.