Skip to content

Commit 6329a56

Browse files
miss-islingtonDaniel Baskal
andauthored
bpo-38466: Fix threading.excepthook doc (pythonGH-16891)
(cherry picked from commit 91528f4) Co-authored-by: Daniel Baskal <MagnificentUrukHai@users.noreply.github.com>
1 parent dbcea39 commit 6329a56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)