8000 fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (G… · python/cpython@6bd95f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bd95f9

Browse files
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
(cherry picked from commit 0ace820) Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
1 parent 0bc0b73 commit 6bd95f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/atexitmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ PyDoc_STRVAR(atexit_run_exitfuncs__doc__,
185185
\n\
186186
Run all registered exit functions.\n\
187187
\n\
188-
If a callaback raises an exception, it is logged with sys.unraisablehook.");
188+
If a callback raises an excepti 4765 on, it is logged with sys.unraisablehook.");
189189

190190
static PyObject *
191191
atexit_run_exitfuncs(PyObject *module, PyObject *unused)

0 commit comments

Comments
 (0)
0