Remove spurious "()" from the __str__() description.

This commit is contained in:
Fred Drake 2002-05-22 20:44:03 +00:00
parent 177b4a065f
commit 7779b208ae

View file

@ -38,7 +38,7 @@ Return the entire formatted message as a string. Optional
envelope header; it defaults to 0.
\end{methoddesc}
\begin{methoddesc}[Message]{__str__()}{}
\begin{methoddesc}[Message]{__str__}{}
Equivalent to \method{aMessage.as_string(unixfrom=1)}.
\end{methoddesc}