]> granicus.if.org Git - python/commitdiff
Fix two typos
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 14 Feb 2001 02:39:11 +0000 (02:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 14 Feb 2001 02:39:11 +0000 (02:39 +0000)
Doc/lib/libweakref.tex

index ce44009a3ff889a35aef1145f04c2464c68e8951..61ed9fe7d19ecf19ec11988ab99ce5d0ae5be438 100644 (file)
@@ -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}