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

Skip to content
8000

Commit 5d82cef

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 c216af8 commit 5d82cef

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 exception, it is logged with sys.unraisablehook.");
189189

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

0 commit comments

Comments
 (0)
0