mirror of https://github.com/python/cpython.git
(libformatter.tex): Document the flush() method on the writer.
This commit is contained in:
parent
2823168c46
commit
591bbb1572
|
@ -216,6 +216,10 @@ application.
|
|||
|
||||
\renewcommand{\indexsubitem}{(writer object method)}
|
||||
|
||||
\begin{funcdesc}{flush}{}
|
||||
Flush any buffered output or device control events.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{new_alignment}{align}
|
||||
Set the alignment style. The \code{align} value can be any object,
|
||||
but by convention is a string or \code{None}, where \code{None}
|
||||
|
|
|
@ -216,6 +216,10 @@ application.
|
|||
|
||||
\renewcommand{\indexsubitem}{(writer object method)}
|
||||
|
||||
\begin{funcdesc}{flush}{}
|
||||
Flush any buffered output or device control events.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{new_alignment}{align}
|
||||
Set the alignment style. The \code{align} value can be any object,
|
||||
but by convention is a string or \code{None}, where \code{None}
|
||||
|
|
Loading…
Reference in New Issue