summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2002-08-14 19:25:42 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2002-08-14 19:25:42 (GMT)
commit92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60 (patch)
treef085c000c68f729ea857e83bd2278768e481de07 /Lib/threading.py
parentf399fd96353ef895d378a6140189ab47aaae4fb6 (diff)
downloadcpython-92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60.zip
cpython-92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60.tar.gz
cpython-92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60.tar.bz2
Docstring nits: The module is neither proposed nor new.
Diffstat (limited to 'Lib/threading.py')
-rw-r--r--Lib/threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/threading.py b/Lib/threading.py
index 52757c6..f949d75 100644
--- a/Lib/threading.py
+++ b/Lib/threading.py
@@ -1,4 +1,4 @@
-"""Proposed new threading module, emulating a subset of Java's threading model."""
+"""Thread module emulating a subset of Java's threading model."""
import sys
import time