Skip to content
Snippets Groups Projects
Unverified Commit 0ace820b authored by Ansab Gillani's avatar Ansab Gillani Committed by GitHub
Browse files

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

parent e5344405
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