Skip to content
Snippets Groups Projects
Unverified Commit 5d82cefd authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)


(cherry picked from commit 0ace820b)

Co-authored-by: default avatarAnsab Gillani <56605828+ansabgillani@users.noreply.github.com>
parent c216af8e
Branches
Tags
No related merge requests found
...@@ -185,7 +185,7 @@ PyDoc_STRVAR(atexit_run_exitfuncs__doc__, ...@@ -185,7 +185,7 @@ PyDoc_STRVAR(atexit_run_exitfuncs__doc__,
\n\ \n\
Run all registered exit functions.\n\ Run all registered exit functions.\n\
\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 * static PyObject *
atexit_run_exitfuncs(PyObject *module, PyObject *unused) atexit_run_exitfuncs(PyObject *module, PyObject *unused)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment