From: Andrew M. Kuchling Date: Tue, 10 Aug 2004 19:01:50 +0000 (+0000) Subject: Spelling fix X-Git-Tag: v2.4a3~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f54ac7e0ee667b3263e35688bed63bf77e9b18d1;p=python Spelling fix --- diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index ef9e34f78e..590df6cbef 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -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}