mirror of https://github.com/python/cpython.git
Docstring nits: The module is neither proposed nor new.
This commit is contained in:
parent
f399fd9635
commit
92bb6e7b96
|
@ -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 sys
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Reference in New Issue