From: Fred Drake Date: Tue, 31 Dec 1996 20:51:42 +0000 (+0000) Subject: (libformatter.tex): Document the flush() method on the writer. X-Git-Tag: v1.5a1~627 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=591bbb157244f7ab484eb4e4b124e828905eb286;p=thirdparty%2FPython%2Fcpython.git (libformatter.tex): Document the flush() method on the writer. --- diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index 42783fb18049..86e6db16fb87 100644 --- a/Doc/lib/libformatter.tex +++ b/Doc/lib/libformatter.tex @@ -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} diff --git a/Doc/libformatter.tex b/Doc/libformatter.tex index 42783fb18049..86e6db16fb87 100644 --- a/Doc/libformatter.tex +++ b/Doc/libformatter.tex @@ -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}