Remove :noindex: for threading.Thread which killed all reference links to it

This commit is contained in:
Eli Bendersky 2012-07-13 09:01:57 +03:00
parent e574402bd6
commit e08824c300
1 changed files with 0 additions and 1 deletions

View 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.