Docstring nits: The module is neither proposed nor new.

This commit is contained in:
Jeremy Hylton 2002-08-14 19:25:42 +00:00
parent f399fd9635
commit 92bb6e7b96
1 changed files with 1 additions and 1 deletions

View 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