Skip to content

Commit

Permalink
fixes pythongh-96292: Fix Trivial Typo in cpython/Modules/atexitmodul…
Browse files Browse the repository at this point in the history
…e.c (pythonGH-96327)

(cherry picked from commit 0ace820)

Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
  • Loading branch information
ansabgillani authored and miss-islington committed Aug 27, 2022
1 parent c216af8 commit f292281
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 f292281

Please sign in to comment.