]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove :noindex: for threading.Thread which killed all reference links to it
authorEli Bendersky <eliben@gmail.com>
Fri, 13 Jul 2012 06:01:57 +0000 (09:01 +0300)
committerEli Bendersky <eliben@gmail.com>
Fri, 13 Jul 2012 06:01:57 +0000 (09:01 +0300)
Doc/library/threading.rst

index eaba38b080ce132ef0f2a3e3c67421aa84aaba84..275a578a77337f441e9aa3b0bf9d8c154eb1a623 100644 (file)
@@ -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.