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

Skip to content

Commit 0ace820

Browse files
authored
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)
1 parent e534440 commit 0ace820

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
stati 3D6C c PyObject *
191191
atexit_run_exitfuncs(PyObject *module, PyObject *unused)

0 commit comments

Comments
 (0)
0