mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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. */
|
/* Initialization function. */
|
||||||
|
|
||||||
PyDoc_STRVAR(atexit__doc__,
|
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\
|
upon normal program termination.\n\
|
||||||
\n\
|
\n\
|
||||||
Two public functions, register and unregister, are defined.\n\
|
Two public functions, register and unregister, are defined.\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue