From: Fred Drake Date: Thu, 15 Jan 1998 05:49:00 +0000 (+0000) Subject: Ouch: "accounces" ==> "announces" X-Git-Tag: v1.5.1~954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5081b227f1283ba480ab4d8bea17013a3b7537d2;p=python Ouch: "accounces" ==> "announces" (In description of AbstractWriter class.) --- diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index 430c9d7164..124ca52f45 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} diff --git a/Doc/libformatter.tex b/Doc/libformatter.tex index 430c9d7164..124ca52f45 100644 --- a/Doc/libformatter.tex +++ b/Doc/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}