Skip to content

Commit 52bf470

Browse files
authored
Fix atexitmodule doc (GH-21456)
1 parent 508ed2d commit 52bf470

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
@@ -309,7 +309,7 @@ static PyMethodDef atexit_methods[] = {
309309
/* Initialization function. */
310310

311311
PyDoc_STRVAR(atexit__doc__,
312-
"allow programmer to define multiple exit functions to be executed\
312+
"allow programmer to define multiple exit functions to be executed\n\
313313
upon normal program termination.\n\
314314
\n\
315315
Two public functions, register and unregister, are defined.\n\

0 commit comments

Comments
 (0)