diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-31 20:51:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-31 20:51:42 (GMT) |
commit | 591bbb157244f7ab484eb4e4b124e828905eb286 (patch) | |
tree | aa016d60355cfd478ef4318f9f8d764851d2af4e /Doc/lib/libformatter.tex | |
parent | 2823168c4687d90c369978dedcbb764a91cc96b6 (diff) | |
download | cpython-591bbb157244f7ab484eb4e4b124e828905eb286.zip cpython-591bbb157244f7ab484eb4e4b124e828905eb286.tar.gz cpython-591bbb157244f7ab484eb4e4b124e828905eb286.tar.bz2 |
(libformatter.tex): Document the flush() method on the writer.
Diffstat (limited to 'Doc/lib/libformatter.tex')
-rw-r--r-- | Doc/lib/libformatter.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index 42783fb..86e6db1 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} |