From: Andrew M. Kuchling Date: Tue, 10 Aug 2004 19:02:54 +0000 (+0000) Subject: Spelling fix X-Git-Tag: v2.3.5c1~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bb678b692ca3736b02c33a8a8105059b7216355;p=thirdparty%2FPython%2Fcpython.git Spelling fix --- diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 318e450d8a31..cd6c87d4a2f9 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}