]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix atexitmodule doc (GH-21456)
authorlinchiwei123 <40888469+linchiwei123@users.noreply.github.com>
Sun, 26 Jul 2020 23:33:00 +0000 (07:33 +0800)
committerGitHub <noreply@github.com>
Sun, 26 Jul 2020 23:33:00 +0000 (20:33 -0300)
Modules/atexitmodule.c

index 8cef64ceb9b6bffb584674d3fb782980c2524f41..fd47ddd7731c5d8ef219062e12f0c8da9dccb308 100644 (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\