From 24122593f07fe756aa5c9a5db908ae4f5d22f352 Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Sat, 12 Jul 2008 22:06:53 +0000 Subject: [PATCH] Fixed typo. --- Doc/library/thread.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3