diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-22 20:44:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-22 20:44:03 (GMT) |
commit | 7779b208aedd9622029b20712c918c97a2c67eed (patch) | |
tree | f14b76a0efadaf904374bf877e7ea9bf5bf58a6f /Doc/lib/emailmessage.tex | |
parent | 177b4a065f121e70a43928b27bf845009944f070 (diff) | |
download | cpython-7779b208aedd9622029b20712c918c97a2c67eed.zip cpython-7779b208aedd9622029b20712c918c97a2c67eed.tar.gz cpython-7779b208aedd9622029b20712c918c97a2c67eed.tar.bz2 |
Remove spurious "()" from the __str__() description.
Diffstat (limited to 'Doc/lib/emailmessage.tex')
-rw-r--r-- | Doc/lib/emailmessage.tex | 2 |
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} |