Skip to content

Commit 7b2c635

Browse files
committedMar 8, 2024
docs: Update function docstring
1 parent 651cd4c commit 7b2c635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/thread/thread.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,11 @@ def kill(self, yielding: bool = False, timeout: float = 5) -> bool:
260260
261261
Returns
262262
-------
263-
:returns bool: False if the it exceeded the timeout
263+
:returns bool: False if the it exceeded the timeout without being killed
264264
265265
Raises
266266
------
267+
ValueError: If the thread ident does not exist
267268
ThreadNotInitializedError: If the thread is not initialized
268269
ThreadNotRunningError: If the thread is not running
269270
"""

0 commit comments

Comments
 (0)
Please sign in to comment.