Minor typo: Message.getall() -> Message.get_all()
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex
index 8ebee97..75f3798 100644
--- a/Doc/lib/emailutil.tex
+++ b/Doc/lib/emailutil.tex
@@ -34,7 +34,7 @@
 \begin{funcdesc}{getaddresses}{fieldvalues}
 This method returns a list of 2-tuples of the form returned by
 \code{parseaddr()}.  \var{fieldvalues} is a sequence of header field
-values as might be returned by \method{Message.getall()}.  Here's a
+values as might be returned by \method{Message.get_all()}.  Here's a
 simple example that gets all the recipients of a message:
 
 \begin{verbatim}