mirror of https://github.com/python/cpython.git
Ouch: "accounces" ==> "announces"
(In description of AbstractWriter class.)
This commit is contained in:
parent
e2c6e203c6
commit
5081b227f1
|
@ -317,7 +317,7 @@ which do not need to inherit any implementation methods.
|
||||||
|
|
||||||
\begin{funcdesc}{AbstractWriter}{}
|
\begin{funcdesc}{AbstractWriter}{}
|
||||||
A writer which can be used in debugging formatters, but not much
|
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.
|
arguments on standard output.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
|
@ -317,7 +317,7 @@ which do not need to inherit any implementation methods.
|
||||||
|
|
||||||
\begin{funcdesc}{AbstractWriter}{}
|
\begin{funcdesc}{AbstractWriter}{}
|
||||||
A writer which can be used in debugging formatters, but not much
|
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.
|
arguments on standard output.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue