Skip to content

Commit ea23998

Browse files
committed
Update README.md
1 parent a62df86 commit ea23998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# threading_extensions
2-
Some useful, well-tested extensions of threading.Thread. Tested for Python 2.7
2+
Some useful, well-tested extensions of [threading.Thread](https://docs.python.org/2/library/threading.html#thread-objects). Tested for Python 2.7.
33

44
## StoppableThread
55
Thread with internal stop event. To properly work, the `run` method or `target` function MUST check for changes in the stop event.

0 commit comments

Comments
 (0)