Minor style nit for referring to other attributes of the same class

from an attributes description.
This commit is contained in:
Fred Drake 2002-10-01 14:29:58 +00:00
parent fcc31b44d2
commit 6516e14968
1 changed files with 1 additions and 1 deletions

View 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}{}