summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/thread.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/thread.rst b/Doc/library/thread.rst
index 60812c9..f21c35b 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.