Skip to content

Commit cb75b22

Browse files
graingertaltendky
andauthored
Update trio/_core/tests/tutil.py
Co-authored-by: Kyle Altendorf <[email protected]>
1 parent 6273b1e commit cb75b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trio/_core/tests/tutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def disable_threading_excepthook():
101101
try:
102102
yield
103103
finally:
104-
threading.excephtook = prev
104+
threading.excepthook = prev
105105

106106

107107
else:

0 commit comments

Comments
 (0)