summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-02 18:50:21 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-02 18:50:21 (GMT)
commit182bd2d176fb3b1a0e4142fe9c9572d583fb797e (patch)
tree3563310f92f7f36401d40085964ed40c385aae02 /Doc
parent2351c807474675e4ec05fe98eecaca682c0d5d58 (diff)
downloadcpython-182bd2d176fb3b1a0e4142fe9c9572d583fb797e.zip
cpython-182bd2d176fb3b1a0e4142fe9c9572d583fb797e.tar.gz
cpython-182bd2d176fb3b1a0e4142fe9c9572d583fb797e.tar.bz2
Use methoddesc instead of funcdesc to describe the only method.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmailbox.tex4
-rw-r--r--Doc/libmailbox.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 3261217..e9dcb89 100644
--- a/Doc/lib/libmailbox.tex
+++ b/Doc/lib/libmailbox.tex
@@ -30,10 +30,10 @@ The name of the mailbox directory is passed in \var{dirname}.
All implementations of Mailbox objects have one externally visible
method:
-\begin{funcdesc}{next}{}
+\begin{methoddesc}[mailbox]{next}{}
Return the next message in the mailbox, as a \class{rfc822.Message} object.
Depending on the mailbox implementation the \var{fp} attribute of this
object may be a true file object or a class instance simulating a file object,
taking care of things like message boundaries if multiple mail messages are
contained in a single file, etc.
-\end{funcdesc}
+\end{methoddesc}
diff --git a/Doc/libmailbox.tex b/Doc/libmailbox.tex
index 3261217..e9dcb89 100644
--- a/Doc/libmailbox.tex
+++ b/Doc/libmailbox.tex
@@ -30,10 +30,10 @@ The name of the mailbox directory is passed in \var{dirname}.
All implementations of Mailbox objects have one externally visible
method:
-\begin{funcdesc}{next}{}
+\begin{methoddesc}[mailbox]{next}{}
Return the next message in the mailbox, as a \class{rfc822.Message} object.
Depending on the mailbox implementation the \var{fp} attribute of this
object may be a true file object or a class instance simulating a file object,
taking care of things like message boundaries if multiple mail messages are
contained in a single file, etc.
-\end{funcdesc}
+\end{methoddesc}