Typo: propogate -> propagate

Bugfix candidate.
This commit is contained in:
Thomas Heller 2002-12-06 22:42:13 +00:00
parent 0930c43e43
commit ead60e5d1c
2 changed files with 3 additions and 3 deletions

View 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