summaryrefslogtreecommitdiffstats
path: root/Modules/atexitmodule.c
diff options
context:
space:
mode:
authorlinchiwei123 <40888469+linchiwei123@users.noreply.github.com>2020-07-26 23:33:00 (GMT)
committerGitHub <noreply@github.com>2020-07-26 23:33:00 (GMT)
commit52bf4706a3e35dd001f12e102c4082c4987daad5 (patch)
tree64ae9d6bca919eca3e0619de573a989c5c28b91b /Modules/atexitmodule.c
parent508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16 (diff)
downloadcpython-52bf4706a3e35dd001f12e102c4082c4987daad5.zip
cpython-52bf4706a3e35dd001f12e102c4082c4987daad5.tar.gz
cpython-52bf4706a3e35dd001f12e102c4082c4987daad5.tar.bz2
Fix atexitmodule doc (GH-21456)
Diffstat (limited to 'Modules/atexitmodule.c')
-rw-r--r--Modules/atexitmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/atexitmodule.c b/Modules/atexitmodule.c
index 8cef64c..fd47ddd 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\