Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo
  • Loading branch information
iritkatriel authored May 14, 2023
commit 0972d0aa9687c0974fb89faf5e00f1e6ea889906
2 changes: 1 addition & 1 deletion Doc/library/atexit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ program is killed by a signal not handled by Python, when a Python fatal
internal error is detected, or when :func:`os._exit` is called.

**Note:** The effect of registering or unregistering functions from within
a cleanup function is underfined.
a cleanup function is undefined.

.. versionchanged:: 3.7
When used with C-API subinterpreters, registered functions
Expand Down