Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f54ac7e

Browse files
committed
Spelling fix
1 parent d62d507 commit f54ac7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ \section{Process Control \label{processControl}}
8484
\cfunction{Py_AtExit()} returns \code{0}; on failure, it returns
8585
\code{-1}. The cleanup function registered last is called first.
8686
Each cleanup function will be called at most once. Since Python's
87-
internal finallization will have completed before the cleanup
87+
internal finalization will have completed before the cleanup
8888
function, no Python APIs should be called by \var{func}.
8989
\end{cfuncdesc}
9090

0 commit comments

Comments
 (0)