Patch #586999: Fix multiline string in sendmail example.

This commit is contained in:
Martin v. Löwis 2002-07-28 16:52:01 +00:00
parent 88fe4ff5a9
commit 301b1cd107
1 changed files with 1 additions and 1 deletions

View File

@ -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'...
...