]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor style nit for referring to other attributes of the same class
authorFred Drake <fdrake@acm.org>
Tue, 1 Oct 2002 14:29:58 +0000 (14:29 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 1 Oct 2002 14:29:58 +0000 (14:29 +0000)
from an attributes description.

Doc/lib/emailmessage.tex

index d76e7fd6d3ac1d7e7fd3861a99fe722f4b0f66ea..bfd86647cbbdd284bd95e500f6a26501db0a3dfa 100644 (file)
@@ -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}{}