Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62d507 commit f54ac7eCopy full SHA for f54ac7e
1 file changed
Doc/api/utilities.tex
@@ -84,7 +84,7 @@ \section{Process Control \label{processControl}}
84
\cfunction{Py_AtExit()} returns \code{0}; on failure, it returns
85
\code{-1}. The cleanup function registered last is called first.
86
Each cleanup function will be called at most once. Since Python's
87
- internal finallization will have completed before the cleanup
+ internal finalization will have completed before the cleanup
88
function, no Python APIs should be called by \var{func}.
89
\end{cfuncdesc}
90
0 commit comments