From: linchiwei123 <40888469+linchiwei123@users.noreply.github.com> Date: Sun, 26 Jul 2020 23:33:00 +0000 (+0800) Subject: Fix atexitmodule doc (GH-21456) X-Git-Tag: v3.10.0a1~343 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52bf4706a3e35dd001f12e102c4082c4987daad5;p=thirdparty%2FPython%2Fcpython.git Fix atexitmodule doc (GH-21456) --- diff --git a/Modules/atexitmodule.c b/Modules/atexitmodule.c index 8cef64ceb9b6..fd47ddd7731c 100644 --- a/Modules/atexitmodule.c +++ b/Modules/atexitmodule.c @@ -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\