From 92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Wed, 14 Aug 2002 19:25:42 +0000 Subject: Docstring nits: The module is neither proposed nor new. --- Lib/threading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12