mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
(cherry picked from commit 0ace820bec
)
Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
This commit is contained in:
parent
0bc0b732ee
commit
6bd95f968c
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ PyDoc_STRVAR(atexit_run_exitfuncs__doc__,
|
|||
\n\
|
||||
Run all registered exit functions.\n\
|
||||
\n\
|
||||
If a callaback raises an exception, it is logged with sys.unraisablehook.");
|
||||
If a callback raises an exception, it is logged with sys.unraisablehook.");
|
||||
|
||||
static PyObject *
|
||||
atexit_run_exitfuncs(PyObject *module, PyObject *unused)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue