We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508ed2d commit 52bf470Copy full SHA for 52bf470
Modules/atexitmodule.c
@@ -309,7 +309,7 @@ static PyMethodDef atexit_methods[] = {
309
/* Initialization function. */
310
311
PyDoc_STRVAR(atexit__doc__,
312
-"allow programmer to define multiple exit functions to be executed\
+"allow programmer to define multiple exit functions to be executed\n\
313
upon normal program termination.\n\
314
\n\
315
Two public functions, register and unregister, are defined.\n\
0 commit comments