summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailmessage.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-01 14:29:58 (GMT)
committerFred Drake <fdrake@acm.org>2002-10-01 14:29:58 (GMT)
commit6516e14968a5d55d80737d4f19c9dde219200120 (patch)
tree1bdfbb08013e6a11332c02da6fdabbad38e92062 /Doc/lib/emailmessage.tex
parentfcc31b44d24e8e8bddc19b27c916a051223e5164 (diff)
downloadcpython-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/lib/emailmessage.tex')
-rw-r--r--Doc/lib/emailmessage.tex2
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}{}