diff options
author | Thomas Heller <theller@ctypes.org> | 2002-12-06 22:42:13 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-12-06 22:42:13 (GMT) |
commit | ead60e5d1c24f4bd2f53b7994d4240735cc11453 (patch) | |
tree | 67556fad50ccc2bd79a44e0f48776d83314b58d3 /Doc/api/exceptions.tex | |
parent | 0930c43e43f79617a33a6c3be32afbe184780307 (diff) | |
download | cpython-ead60e5d1c24f4bd2f53b7994d4240735cc11453.zip cpython-ead60e5d1c24f4bd2f53b7994d4240735cc11453.tar.gz cpython-ead60e5d1c24f4bd2f53b7994d4240735cc11453.tar.bz2 |
Typo: propogate -> propagate
Bugfix candidate.
Diffstat (limited to 'Doc/api/exceptions.tex')
-rw-r--r-- | Doc/api/exceptions.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index d6c6c7b..9a5d7d0 100644 --- a/Doc/api/exceptions.tex +++ b/Doc/api/exceptions.tex @@ -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 |