Skip to content

Commit

Permalink
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (G…
Browse files Browse the repository at this point in the history
…H-96327)

(cherry picked from commit 0ace820)

Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
  • Loading branch information
miss-islington and ansabgillani committed Aug 27, 2022
1 parent 0bc0b73 commit 6bd95f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/atexitmodule.c
Original file line number Diff line number Diff line change
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 6bd95f9

Please sign in to comment.