From: Jeremy Hylton Date: Wed, 14 Aug 2002 19:25:42 +0000 (+0000) Subject: Docstring nits: The module is neither proposed nor new. X-Git-Tag: v2.3c1~4461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60;p=python Docstring nits: The module is neither proposed nor new. --- diff --git a/Lib/threading.py b/Lib/threading.py index 52757c62f9..f949d75598 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