Spelling fix

This commit is contained in:
Andrew M. Kuchling 2004-08-10 19:01:50 +00:00
parent d62d507b9a
commit f54ac7e0ee

View file

@ -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}