Skip to content

Commit c324445

Browse files
committed
Better docstring
1 parent d7c40e2 commit c324445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

excepthook_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def handle_unhandled_exception(exc_type, exc_value, exc_traceback, thread_identi
2424

2525

2626
def patch_threading_excepthook():
27-
"""Installs our exception handler into the threading
27+
"""Installs our exception handler into the threading modules Thread object
2828
Inspired by https://bugs.python.org/issue1230540
2929
"""
3030
old_init = threading.Thread.__init__

0 commit comments

Comments
 (0)