diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-10 19:01:50 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-10 19:01:50 (GMT) |
commit | f54ac7e0ee667b3263e35688bed63bf77e9b18d1 (patch) | |
tree | 9af8519094addc64168710fa27c73f90c3864ed7 /Doc/api | |
parent | d62d507b9a5434a7e2161c5b672c7f585e1ff388 (diff) | |
download | cpython-f54ac7e0ee667b3263e35688bed63bf77e9b18d1.zip cpython-f54ac7e0ee667b3263e35688bed63bf77e9b18d1.tar.gz cpython-f54ac7e0ee667b3263e35688bed63bf77e9b18d1.tar.bz2 |
Spelling fix
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/utilities.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index ef9e34f..590df6c 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} |