From: Fred Drake Date: Wed, 22 May 2002 20:44:03 +0000 (+0000) Subject: Remove spurious "()" from the __str__() description. X-Git-Tag: v2.3c1~5612 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7779b208aedd9622029b20712c918c97a2c67eed;p=thirdparty%2FPython%2Fcpython.git Remove spurious "()" from the __str__() description. --- diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index ecf24eb7faaa..1abe68c5cfe3 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex @@ -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}