]> granicus.if.org Git - python/commitdiff
Docstring nits: The module is neither proposed nor new.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 14 Aug 2002 19:25:42 +0000 (19:25 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 14 Aug 2002 19:25:42 +0000 (19:25 +0000)
Lib/threading.py

index 52757c62f95c5254f599e24cbf6ab7e40c53a376..f949d75598cdb92bf2db654741472793e09d52c5 100644 (file)
@@ -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