]> granicus.if.org Git - python/commitdiff
Spelling fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 10 Aug 2004 19:01:50 +0000 (19:01 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 10 Aug 2004 19:01:50 +0000 (19:01 +0000)
Doc/api/utilities.tex

index ef9e34f78e40da9b21bc53f2dd01229709245780..590df6cbef1f0806eb9610b50a37d41ab61e22ce 100644 (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}