diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-07 15:55:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-07 15:55:14 (GMT) |
commit | d795c5cbd18b8bfc46fb70a60f403c6b8590a1c0 (patch) | |
tree | b831777f1ba03fc98b9a903e5a00396b96794cd9 /Doc | |
parent | 446f033e232bef22e7980dbd210a5f284c1a46f5 (diff) | |
download | cpython-d795c5cbd18b8bfc46fb70a60f403c6b8590a1c0.zip cpython-d795c5cbd18b8bfc46fb70a60f403c6b8590a1c0.tar.gz cpython-d795c5cbd18b8bfc46fb70a60f403c6b8590a1c0.tar.bz2 |
Fix synopsis for multifile.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmultifile.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex index 41f494e..9cca993 100644 --- a/Doc/lib/libmultifile.tex +++ b/Doc/lib/libmultifile.tex @@ -1,8 +1,9 @@ % Documentation by ESR \section{Standard Module \module{multifile}} -\declaremodule[multifile]{standard}{multiFile} +\declaremodule{standard}{multifile} -\modulesynopsis{None} +\modulesynopsis{Support for reading files which contain distinct +parts, such as some MIME data.} The \class{MultiFile} object enables you to treat sections of a text @@ -32,8 +33,8 @@ end-markers. MultiFile is designed to support parsing of messages that may have multiple nested message parts, each with its own pattern for section-divider and end-marker lines. -\subsection{MultiFile Objects} -\label{MultiFile-objects} + +\subsection{MultiFile Objects \label{MultiFile-objects}} A \class{MultiFile} instance has the following methods: @@ -129,8 +130,7 @@ True if the last end-of-file was for an end-of-message marker. \end{memberdesc} -\subsection{\class{Multifile} Example} -\label{multifile-example} +\subsection{\class{MultiFile} Example \label{multifile-example}} % This is almost unreadable; should be re-written when someone gets time. |