File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ \chapter{Exception Handling \label{exceptionHandling}}
1919\emph {not } continue normally if it is not prepared to handle the
2020error. If returning due to an error, it is important to indicate to
2121the caller that an error has been set. If the error is not handled or
22- carefully propogated , additional calls into the Python/C API may not
22+ carefully propagated , additional calls into the Python/C API may not
2323behave as intended and may fail in mysterious ways.
2424
2525The error indicator consists of three Python objects corresponding to
Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ \section{Thread State and the Global Interpreter Lock
657657 state information. Each extension should use a unique key to use to
658658 store state in the dictionary. If this function returns \NULL , an
659659 exception has been raised and the caller should allow it to
660- propogate .
660+ propagate .
661661\end {cfuncdesc }
662662
663663
@@ -715,7 +715,7 @@ \section{Profiling and Tracing \label{profiling}}
715715 processed after which the exception becomes set within the frame
716716 being executed. The effect of this is that as exception propogation
717717 causes the Python stack to unwind, the callback is called upon
718- return to each frame as the exception propogates . Only trace
718+ return to each frame as the exception propagates . Only trace
719719 functions receives these events; they are not needed by the
720720 profiler.
721721\end {cvardesc }
You can’t perform that action at this time.
0 commit comments