mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
(Contributed by Florent Rougon.)
This commit is contained in:
parent
e3d5f98180
commit
2619c9ec89
4 changed files with 8 additions and 9 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue