Patch #586999: Fix multiline string in sendmail example.
This commit is contained in:
parent
88fe4ff5a9
commit
301b1cd107
|
@ -641,7 +641,7 @@ class SMTP:
|
|||
>>> import smtplib
|
||||
>>> s=smtplib.SMTP("localhost")
|
||||
>>> tolist=["one@one.org","two@two.org","three@three.org","four@four.org"]
|
||||
>>> msg = '''
|
||||
>>> msg = '''\\
|
||||
... From: Me@my.org
|
||||
... Subject: testin'...
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue