Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c4cad5

Browse files
committed
#10046: small correction to atexit docs.
1 parent 4eb6597 commit 7c4cad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/atexit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ functions. Functions thus registered are automatically executed upon normal
1212
interpreter termination.
1313

1414
Note: the functions registered via this module are not called when the program
15-
is killed by a signal, when a Python fatal internal error is detected, or when
16-
:func:`os._exit` is called.
15+
is killed by a signal not handled by Python, when a Python fatal internal error
16+
is detected, or when :func:`os._exit` is called.
1717

1818

1919
.. function:: register(func, *args, **kargs)

0 commit comments

Comments
 (0)