summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-02-14 02:39:11 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-02-14 02:39:11 (GMT)
commite7d7e6c879d4f6065b93fece5868dc0eeef30298 (patch)
treeacffcda8d90b4c9057999b8d885825ed20669211
parent60e23f4cfc306ae827bb0d00f13f2a51e244b235 (diff)
downloadcpython-e7d7e6c879d4f6065b93fece5868dc0eeef30298.zip
cpython-e7d7e6c879d4f6065b93fece5868dc0eeef30298.tar.gz
cpython-e7d7e6c879d4f6065b93fece5868dc0eeef30298.tar.bz2
Fix two typos
-rw-r--r--Doc/lib/libweakref.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex
index ce44009..61ed9fe 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}