]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed documentation for SMTPHandler
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 18 Feb 2005 11:50:11 +0000 (11:50 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 18 Feb 2005 11:50:11 +0000 (11:50 +0000)
Doc/lib/liblogging.tex

index 4e859638224df3360ab677af52521bb9733688a9..5040ef2790ba267ca86caac01b41163763d46bab 100644 (file)
@@ -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.