mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Spelling fix
This commit is contained in:
parent
d62d507b9a
commit
f54ac7e0ee
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ values from C values.
|
|||
\cfunction{Py_AtExit()} returns \code{0}; on failure, it returns
|
||||
\code{-1}. The cleanup function registered last is called first.
|
||||
Each cleanup function will be called at most once. Since Python's
|
||||
internal finallization will have completed before the cleanup
|
||||
internal finalization will have completed before the cleanup
|
||||
function, no Python APIs should be called by \var{func}.
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue