]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Aug 2022 05:53:47 +0000 (22:53 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 05:53:47 +0000 (22:53 -0700)
(cherry picked from commit 0ace820bec8892d621a4aadc1feb6c56e25560bf)

Co-authored-by: Ansab Gillani <56605828+ansabgillani@users.noreply.github.com>
Modules/atexitmodule.c

index 95c653cf4782a23c1cdd5f01346610aa5d607622..7df2db5288c7ea055ecd0710a741bfdceaa9ece4 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)