diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-15 05:49:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-15 05:49:00 (GMT) |
commit | 5081b227f1283ba480ab4d8bea17013a3b7537d2 (patch) | |
tree | 0435410bc7d4279ea9142201196361f8e6687856 /Doc/lib/libformatter.tex | |
parent | e2c6e203c607f2e8791641e937f04a66bbbe8bcb (diff) | |
download | cpython-5081b227f1283ba480ab4d8bea17013a3b7537d2.zip cpython-5081b227f1283ba480ab4d8bea17013a3b7537d2.tar.gz cpython-5081b227f1283ba480ab4d8bea17013a3b7537d2.tar.bz2 |
Ouch: "accounces" ==> "announces"
(In description of AbstractWriter class.)
Diffstat (limited to 'Doc/lib/libformatter.tex')
-rw-r--r-- | Doc/lib/libformatter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index 430c9d7..124ca52 100644 --- a/Doc/lib/libformatter.tex +++ b/Doc/lib/libformatter.tex @@ -317,7 +317,7 @@ which do not need to inherit any implementation methods. \begin{funcdesc}{AbstractWriter}{} A writer which can be used in debugging formatters, but not much -else. Each method simply accounces itself by printing its name and +else. Each method simply announces itself by printing its name and arguments on standard output. \end{funcdesc} |