mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
New section header style.
Fix up a few synopses.
This commit is contained in:
parent
62e436955b
commit
295da24eaf
126 changed files with 364 additions and 209 deletions
|
@ -1,10 +1,11 @@
|
|||
% Documentation heavily adapted from module docstring.
|
||||
|
||||
\section{Standard Module \module{fileinput}}
|
||||
\section{\module{fileinput} ---
|
||||
Iteration over lines from multiple input streams.}
|
||||
\declaremodule{standard}{fileinput}
|
||||
\moduleauthor{Guido van Rossum}{guido@python.org}
|
||||
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
|
||||
|
||||
\modulesynopsis{Perl-like iteration over lines from multiple input streams, with
|
||||
``save in place'' capability.}
|
||||
\modulesynopsis{Perl-like iteration over lines from multiple input
|
||||
streams, with ``save in place'' capability.}
|
||||
|
||||
|
||||
This module implements a helper class and functions to quickly write a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue