summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/threading.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index eaba38b..275a578 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -134,7 +134,6 @@ This module defines the following functions and objects:
.. class:: Thread
- :noindex:
A class that represents a thread of control. This class can be safely
subclassed in a limited fashion.