New section header style.

Fix up a few synopses.
This commit is contained in:
Fred Drake 1998-08-10 19:42:37 +00:00
parent 62e436955b
commit 295da24eaf
126 changed files with 364 additions and 209 deletions

View file

@ -1,4 +1,5 @@
\section{Standard Module \module{StringIO}}
\section{\module{StringIO} ---
Read and write strings as if they were files.}
\declaremodule{standard}{StringIO}
@ -28,7 +29,8 @@ Free the memory buffer.
\end{methoddesc}
\section{Built-in Module \module{cStringIO}}
\section{\module{cStringIO} ---
Faster version of \module{StringIO}, but not subclassable.}
\declaremodule{builtin}{cStringIO}
\modulesynopsis{Faster version of \module{StringIO}, but not subclassable.}