Commit f54ac7e0 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Spelling fix

parent d62d507b
...@@ -84,7 +84,7 @@ values from C values. ...@@ -84,7 +84,7 @@ values from C values.
\cfunction{Py_AtExit()} returns \code{0}; on failure, it returns \cfunction{Py_AtExit()} returns \code{0}; on failure, it returns
\code{-1}. The cleanup function registered last is called first. \code{-1}. The cleanup function registered last is called first.
Each cleanup function will be called at most once. Since Python's 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}. function, no Python APIs should be called by \var{func}.
\end{cfuncdesc} \end{cfuncdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment