summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-07-13 06:01:57 (GMT)
committerEli Bendersky <eliben@gmail.com>2012-07-13 06:01:57 (GMT)
commite08824c300aa98f60afa00133765b9fb3cab9838 (patch)
tree50b4e13f7234b813964835d5c821f32856dd65fc /Doc/library
parente574402bd666b04dfd00ab47e42bc610c4c3a239 (diff)
downloadcpython-e08824c300aa98f60afa00133765b9fb3cab9838.zip
cpython-e08824c300aa98f60afa00133765b9fb3cab9838.tar.gz
cpython-e08824c300aa98f60afa00133765b9fb3cab9838.tar.bz2
Remove :noindex: for threading.Thread which killed all reference links to it
Diffstat (limited to 'Doc/library')
-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.