summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2005-02-18 11:50:11 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2005-02-18 11:50:11 (GMT)
commit84df97fdd6fd62ea960e40ec180fa037cb2e14dc (patch)
tree37eae70ae217a38f3a670a6103f613c67f907361 /Doc
parent1fd4db9c6cf100570736663923e20c7d619cc80c (diff)
downloadcpython-84df97fdd6fd62ea960e40ec180fa037cb2e14dc.zip
cpython-84df97fdd6fd62ea960e40ec180fa037cb2e14dc.tar.gz
cpython-84df97fdd6fd62ea960e40ec180fa037cb2e14dc.tar.bz2
Fixed documentation for SMTPHandler
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liblogging.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index 4e85963..5040ef2 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -1133,8 +1133,7 @@ address via SMTP.
\begin{classdesc}{SMTPHandler}{mailhost, fromaddr, toaddrs, subject}
Returns a new instance of the \class{SMTPHandler} class. The
instance is initialized with the from and to addresses and subject
-line of the email. The \var{toaddrs} should be a list of strings without
-domain names (That's what the \var{mailhost} is for). To specify a
+line of the email. The \var{toaddrs} should be a list of strings. To specify a
non-standard SMTP port, use the (host, port) tuple format for the
\var{mailhost} argument. If you use a string, the standard SMTP port
is used.