Fix atexitmodule doc (GH-21456)

This commit is contained in:
linchiwei123 2020-07-27 07:33:00 +08:00 committed by GitHub
parent 508ed2d912
commit 52bf4706a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ static PyMethodDef atexit_methods[] = {
/* Initialization function. */
PyDoc_STRVAR(atexit__doc__,
"allow programmer to define multiple exit functions to be executed\
"allow programmer to define multiple exit functions to be executed\n\
upon normal program termination.\n\
\n\
Two public functions, register and unregister, are defined.\n\