]> granicus.if.org Git - python/commitdiff
(libformatter.tex): Document the flush() method on the writer.
authorFred Drake <fdrake@acm.org>
Tue, 31 Dec 1996 20:51:42 +0000 (20:51 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 31 Dec 1996 20:51:42 +0000 (20:51 +0000)
Doc/lib/libformatter.tex
Doc/libformatter.tex

index 42783fb180499c25122c84c3b6c6cdf604d60797..86e6db16fb87c09082724a6c8b61f53e1bd86f3c 100644 (file)
@@ -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}
index 42783fb180499c25122c84c3b6c6cdf604d60797..86e6db16fb87c09082724a6c8b61f53e1bd86f3c 100644 (file)
@@ -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}