mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix atexitmodule doc (GH-21456)
This commit is contained in:
parent
508ed2d912
commit
52bf4706a3
1 changed files with 1 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue