summaryrefslogtreecommitdiff
path: root/Doc/lib/libthreading.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libthreading.tex')
-rw-r--r--Doc/lib/libthreading.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex
index 478ca84f7f..2fe72de91c 100644
--- a/Doc/lib/libthreading.tex
+++ b/Doc/lib/libthreading.tex
@@ -12,8 +12,7 @@ The \refmodule[dummythreading]{dummy_threading} module is provided for
situations where \module{threading} cannot be used because
\refmodule{thread} is missing.
-This module is safe for use with \samp{from threading import *}. It
-defines the following functions and objects:
+This module defines the following functions and objects:
\begin{funcdesc}{activeCount}{}
Return the number of currently active \class{Thread} objects.