Skip to content

Commit 91528f4

Browse files
Daniel Baskalvstinner
authored andcommitted
bpo-38466: Fix threading.excepthook doc (GH-16891)
1 parent 028f734 commit 91528f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/threading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ This module defines the following functions:
6262
should be cleared explicitly to break the reference cycle when the
6363
exception is no longer needed.
6464

65-
Storing *object* using a custom hook can resurrect it if it is set to an
66-
object which is being finalized. Avoid storing *object* after the custom
65+
Storing *thread* using a custom hook can resurrect it if it is set to an
66+
object which is being finalized. Avoid storing *thread* after the custom
6767
hook completes to avoid resurrecting objects.
6868

6969
.. seealso::

0 commit comments

Comments
 (0)