From e08824c300aa98f60afa00133765b9fb3cab9838 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 13 Jul 2012 09:01:57 +0300 Subject: [PATCH] Remove :noindex: for threading.Thread which killed all reference links to it --- Doc/library/threading.rst | 1 - 1 file changed, 1 deletion(-) 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. -- 2.40.0