Skip to content

Commit

Permalink
Patch #586999: Fix multiline string in sendmail example.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Jul 28, 2002
1 parent 88fe4ff commit 301b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/smtplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
>>> import smtplib
>>> s=smtplib.SMTP("localhost")
>>> tolist=["[email protected]","[email protected]","[email protected]","[email protected]"]
>>> msg = '''
>>> msg = '''\\
... From: [email protected]
... Subject: testin'...
...
Expand Down

0 comments on commit 301b1cd

Please sign in to comment.