diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-01 14:29:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-01 14:29:58 (GMT) |
commit | 6516e14968a5d55d80737d4f19c9dde219200120 (patch) | |
tree | 1bdfbb08013e6a11332c02da6fdabbad38e92062 /Doc | |
parent | fcc31b44d24e8e8bddc19b27c916a051223e5164 (diff) | |
download | cpython-6516e14968a5d55d80737d4f19c9dde219200120.zip cpython-6516e14968a5d55d80737d4f19c9dde219200120.tar.gz cpython-6516e14968a5d55d80737d4f19c9dde219200120.tar.bz2 |
Minor style nit for referring to other attributes of the same class
from an attributes description.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/emailmessage.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ returned string. \var{unixfrom} defaults to \code{False}. \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}{} |