summaryrefslogtreecommitdiffstats
path: root/Doc/api/init.tex
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-12-06 22:42:13 (GMT)
committerThomas Heller <theller@ctypes.org>2002-12-06 22:42:13 (GMT)
commitead60e5d1c24f4bd2f53b7994d4240735cc11453 (patch)
tree67556fad50ccc2bd79a44e0f48776d83314b58d3 /Doc/api/init.tex
parent0930c43e43f79617a33a6c3be32afbe184780307 (diff)
downloadcpython-ead60e5d1c24f4bd2f53b7994d4240735cc11453.zip
cpython-ead60e5d1c24f4bd2f53b7994d4240735cc11453.tar.gz
cpython-ead60e5d1c24f4bd2f53b7994d4240735cc11453.tar.bz2
Typo: propogate -> propagate
Bugfix candidate.
Diffstat (limited to 'Doc/api/init.tex')
-rw-r--r--Doc/api/init.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/init.tex b/Doc/api/init.tex
index ba16b3c..f748c31 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -657,7 +657,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}
@@ -715,7 +715,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}