diff options
| author | Eli Bendersky <eliben@gmail.com> | 2012-07-13 09:01:57 +0300 |
|---|---|---|
| committer | Eli Bendersky <eliben@gmail.com> | 2012-07-13 09:01:57 +0300 |
| commit | e08824c300aa98f60afa00133765b9fb3cab9838 (patch) | |
| tree | 50b4e13f7234b813964835d5c821f32856dd65fc | |
| parent | e574402bd666b04dfd00ab47e42bc610c4c3a239 (diff) | |
| download | cpython-git-e08824c300aa98f60afa00133765b9fb3cab9838.tar.gz | |
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 eaba38b080..275a578a77 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. |
