Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ead60e5

Browse files
author
Thomas Heller
committed
Typo: propogate -> propagate
Bugfix candidate.
1 parent 0930c43 commit ead60e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/api/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ \chapter{Exception Handling \label{exceptionHandling}}
1919
\emph{not} continue normally if it is not prepared to handle the
2020
error. If returning due to an error, it is important to indicate to
2121
the 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
2323
behave as intended and may fail in mysterious ways.
2424

2525
The error indicator consists of three Python objects corresponding to

Doc/api/init.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)