Skip to content

Commit 939d680

Browse files
committed
more commenting
1 parent 0c00006 commit 939d680

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
@@ -64,7 +64,7 @@ Example using `target`, `args` and `kwargs`:
6464
et.join() # ValueError: 'eep!'
6565

6666
# StoppableExceptionThread
67-
Thread that is both stoppable AND propogates exceptions to the main context on `join`. To properly work, use the `run_with_exceptions` method in place of `run`.
67+
Thread that is both stoppable AND propogates exceptions to the main context on `join`. To properly work using the class method `run`, implement `run_with_exception` method instead.
6868

6969
See above examples.
7070

0 commit comments

Comments
 (0)