From: Andrew M. Kuchling Date: Wed, 14 Feb 2001 02:39:11 +0000 (+0000) Subject: Fix two typos X-Git-Tag: v2.1b1~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d7e6c879d4f6065b93fece5868dc0eeef30298;p=python Fix two typos --- diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index ce44009a3f..61ed9fe7d1 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -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 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}. @@ -50,7 +50,7 @@ Please send specific feeback on this module to Fred Drake at registered callback. 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 \method{__del__()} method. \end{funcdesc}