diff options
author | Eli Bendersky <eliben@gmail.com> | 2012-07-13 06:01:57 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2012-07-13 06:01:57 (GMT) |
commit | e08824c300aa98f60afa00133765b9fb3cab9838 (patch) | |
tree | 50b4e13f7234b813964835d5c821f32856dd65fc | |
parent | e574402bd666b04dfd00ab47e42bc610c4c3a239 (diff) | |
download | cpython-e08824c300aa98f60afa00133765b9fb3cab9838.zip cpython-e08824c300aa98f60afa00133765b9fb3cab9838.tar.gz cpython-e08824c300aa98f60afa00133765b9fb3cab9838.tar.bz2 |
Remove :noindex: for threading.Thread which killed all reference links to it
-rw-r--r-- | Doc/library/threading.rst | 1 |
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. |