]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)
authorAnsab Gillani <56605828+ansabgillani@users.noreply.github.com>
Sat, 27 Aug 2022 05:33:29 +0000 (10:33 +0500)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 05:33:29 +0000 (22:33 -0700)
Modules/atexitmodule.c

index e806730aa9cf2a4a826e57b3de3dc07114e7a305..a1c511e09d704e6779cf50f4a0c3c8ebae7cd1b9 100644 (file)
@@ -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)