summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-22 20:44:03 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-22 20:44:03 (GMT)
commit7779b208aedd9622029b20712c918c97a2c67eed (patch)
treef14b76a0efadaf904374bf877e7ea9bf5bf58a6f /Doc
parent177b4a065f121e70a43928b27bf845009944f070 (diff)
downloadcpython-7779b208aedd9622029b20712c918c97a2c67eed.zip
cpython-7779b208aedd9622029b20712c918c97a2c67eed.tar.gz
cpython-7779b208aedd9622029b20712c918c97a2c67eed.tar.bz2
Remove spurious "()" from the __str__() description.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/emailmessage.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex
index ecf24eb..1abe68c 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}