diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-07-12 22:06:53 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-07-12 22:06:53 (GMT) |
commit | 24122593f07fe756aa5c9a5db908ae4f5d22f352 (patch) | |
tree | 89c711db8f7c12c791834f5149aef83a00f71ccc | |
parent | 90f36730e2d50abbcaa395dc217a2213bc45a9f2 (diff) | |
download | cpython-24122593f07fe756aa5c9a5db908ae4f5d22f352.zip cpython-24122593f07fe756aa5c9a5db908ae4f5d22f352.tar.gz cpython-24122593f07fe756aa5c9a5db908ae4f5d22f352.tar.bz2 |
Fixed typo.
-rw-r--r-- | Doc/library/thread.rst | 2 |
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. |