mirror of https://github.com/python/cpython
Fix two typos
This commit is contained in:
parent
60e23f4cfc
commit
e7d7e6c879
|
@ -32,7 +32,7 @@ exactly like the type of the referent. The details of these objects
|
||||||
are likely to change to some degree before the final release as
|
are likely to change to some degree before the final release as
|
||||||
experience reports become available.
|
experience reports become available.
|
||||||
|
|
||||||
Please send specific feeback on this module to Fred Drake at
|
Please send specific feedback on this module to Fred Drake at
|
||||||
\email{fdrake@acm.org}.
|
\email{fdrake@acm.org}.
|
||||||
|
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ Please send specific feeback on this module to Fred Drake at
|
||||||
registered callback.
|
registered callback.
|
||||||
|
|
||||||
Exceptions raised by the callback will be noted on the standard
|
Exceptions raised by the callback will be noted on the standard
|
||||||
error output, but cannot be propogated; they are handled in exactly
|
error output, but cannot be propagated; they are handled in exactly
|
||||||
the same way as exceptions raised from an object's
|
the same way as exceptions raised from an object's
|
||||||
\method{__del__()} method.
|
\method{__del__()} method.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Reference in New Issue