Skip to content

Commit

Permalink
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ansabgillani committed Aug 27, 2022
1 parent e534440 commit 0ace820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/atexitmodule.c
Expand Up @@ -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)
Expand Down

0 comments on commit 0ace820

Please sign in to comment.