From: Eli Bendersky Date: Fri, 13 Jul 2012 06:01:57 +0000 (+0300) Subject: Remove :noindex: for threading.Thread which killed all reference links to it X-Git-Tag: v3.3.0b2~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e08824c300aa98f60afa00133765b9fb3cab9838;p=thirdparty%2FPython%2Fcpython.git Remove :noindex: for threading.Thread which killed all reference links to it --- diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index eaba38b080ce..275a578a7733 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.