summaryrefslogtreecommitdiffstats
path: root/Doc/api/init.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-19 07:32:24 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-10-19 07:32:24 (GMT)
commit95cf84a4f3bd6b679e5c632512d02008b5ff8f46 (patch)
treef93ab403665c2d64621f4a4e12694f75d5b92142 /Doc/api/init.tex
parentdd7eb146a8c5509a473b22f15eb91ada790fd0ce (diff)
downloadcpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.zip
cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.tar.gz
cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.tar.bz2
Patch #821093: Fix various typos.
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 6d009bb..bc71f9a 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -752,7 +752,7 @@ previous versions.
function when an exception has been raised. The callback function
is called with this value for \var{what} when after any bytecode is
processed after which the exception becomes set within the frame
- being executed. The effect of this is that as exception propogation
+ being executed. The effect of this is that as exception propagation
causes the Python stack to unwind, the callback is called upon
return to each frame as the exception propagates. Only trace
functions receives these events; they are not needed by the
@@ -767,7 +767,7 @@ previous versions.
\begin{cvardesc}{int}{PyTrace_RETURN}
The value for the \var{what} parameter to \ctype{Py_tracefunc}
- functions when a call is returning without propogating an exception.
+ functions when a call is returning without propagating an exception.
\end{cvardesc}
\begin{cfuncdesc}{void}{PyEval_SetProfile}{Py_tracefunc func, PyObject *obj}