Skip to content

Commit 65bad8c

Browse files
committed
Fixing typo in org.pyton.modules.thread.thread docs
1 parent 87c5002 commit 65bad8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/python/modules/thread/thread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static FunctionThread _newFunctionThread(PyObject func, PyTuple args) {
6464
/**
6565
* Interrupts all running threads spawned by the thread module.
6666
*
67-
* This works in conjuntion with:<ul>
67+
* This works in conjunction with:<ul>
6868
* <li>{@link PyTableCode#call(org.python.core.PyFrame, PyObject)}:
6969
* checks for the interrupted status of the current thread and raise
7070
* a SystemRestart exception if a interruption is detected.</li>

0 commit comments

Comments
 (0)