]> granicus.if.org Git - python/commitdiff
Patch #586999: Fix multiline string in sendmail example.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 28 Jul 2002 16:52:01 +0000 (16:52 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 28 Jul 2002 16:52:01 +0000 (16:52 +0000)
Lib/smtplib.py

index 1b5e9307b6eb791f639e14b9580478049627ade9..36991780a27bd4304f9b1975d676021c215a131e 100755 (executable)
@@ -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'...
          ...