]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 2 Feb 2003 19:06:04 +0000 (19:06 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 2 Feb 2003 19:06:04 +0000 (19:06 +0000)
date: 2002/12/06 22:42:13;  author: theller;

Typo: propogate -> propagate

Doc/api/exceptions.tex
Doc/api/init.tex

index d41e59244d1947ca050a65696d04aa94d5013382..9d0f34e5256b0f5e874482411471ce7839fd4944 100644 (file)
@@ -19,7 +19,7 @@ holds (such as object references or memory allocations); it should
 \emph{not} continue normally if it is not prepared to handle the
 error.  If returning due to an error, it is important to indicate to
 the caller that an error has been set.  If the error is not handled or
-carefully propogated, additional calls into the Python/C API may not
+carefully propagated, additional calls into the Python/C API may not
 behave as intended and may fail in mysterious ways.
 
 The error indicator consists of three Python objects corresponding to
index 5066c5c95c53ea7292bd4b6866963a230c20f5f7..f58e52d835aa590c7b56890963c46b4ad14eb881 100644 (file)
@@ -655,7 +655,7 @@ interpreter lock has been created.
   state information.  Each extension should use a unique key to use to
   store state in the dictionary.  If this function returns \NULL, an
   exception has been raised and the caller should allow it to
-  propogate.
+  propagate.
 \end{cfuncdesc}
 
 
@@ -713,7 +713,7 @@ previous versions.
   processed after which the exception becomes set within the frame
   being executed.  The effect of this is that as exception propogation
   causes the Python stack to unwind, the callback is called upon
-  return to each frame as the exception propogates.  Only trace
+  return to each frame as the exception propagates.  Only trace
   functions receives these events; they are not needed by the
   profiler.
 \end{cvardesc}