commit | 6516e14968a5d55d80737d4f19c9dde219200120 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Oct 01 14:29:58 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Oct 01 14:29:58 2002 +0000 |
tree | 1bdfbb08013e6a11332c02da6fdabbad38e92062 | |
parent | fcc31b44d24e8e8bddc19b27c916a051223e5164 [diff] [blame] |
Minor style nit for referring to other attributes of the same class from an attributes description.
diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index d76e7fd..bfd8664 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex
@@ -39,7 +39,7 @@ \end{methoddesc} \begin{methoddesc}[Message]{__str__}{} -Equivalent to \method{aMessage.as_string(unixfrom=True)}. +Equivalent to \method{as_string(unixfrom=True)}. \end{methoddesc} \begin{methoddesc}[Message]{is_multipart}{}