SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)

(Contributed by Florent Rougon.)
This commit is contained in:
Raymond Hettinger 2003-12-07 11:40:17 +00:00
parent e3d5f98180
commit 2619c9ec89
4 changed files with 8 additions and 9 deletions

View file

@ -331,9 +331,8 @@ for each thread.
example, when an exception occurs in an \method{__del__()} method.
The function is called with a single argument \var{obj} that
identifies where the context in which the unraisable exception
occurred. The repr of \var{obj} will be printed in the warning
message.
identifies the context in which the unraisable exception occurred.
The repr of \var{obj} will be printed in the warning message.
\end{cfuncdesc}
\section{Standard Exceptions \label{standardExceptions}}