From: Fred Drake Date: Tue, 1 Oct 2002 14:29:58 +0000 (+0000) Subject: Minor style nit for referring to other attributes of the same class X-Git-Tag: v2.3c1~3919 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6516e14968a5d55d80737d4f19c9dde219200120;p=thirdparty%2FPython%2Fcpython.git 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 d76e7fd6d3ac..bfd86647cbbd 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}{}