summaryrefslogtreecommitdiff
path: root/Doc/includes
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-07-10 13:59:01 -0400
committerR David Murray <rdmurray@bitdance.com>2016-07-10 13:59:01 -0400
commit7a139c50dbf98f3f064d0028aeca76952d8785db (patch)
tree53d77b69ed0b471e413c5af90203ca38c5c4f140 /Doc/includes
parent537ad7ad9fdefa44fdfd7f5cbee198ad381deb60 (diff)
downloadcpython-git-7a139c50dbf98f3f064d0028aeca76952d8785db.tar.gz
#26176: fix usage of Address constructor in email examples.
Patch by Nathan Harold.
Diffstat (limited to 'Doc/includes')
-rw-r--r--Doc/includes/email-alternative-new-api.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/includes/email-alternative-new-api.py b/Doc/includes/email-alternative-new-api.py
index c1255a68df..321f727c31 100644
--- a/Doc/includes/email-alternative-new-api.py
+++ b/Doc/includes/email-alternative-new-api.py
@@ -9,9 +9,9 @@ from email.utils import make_msgid
# Create the base text message.
msg = EmailMessage()
msg['Subject'] = "Ayons asperges pour le déjeuner"
-msg['From'] = Address("Pepé Le Pew", "pepe@example.com")
-msg['To'] = (Address("Penelope Pussycat", "penelope@example.com"),
- Address("Fabrette Pussycat", "fabrette@example.com"))
+msg['From'] = Address("Pepé Le Pew", "pepe", "example.com")
+msg['To'] = (Address("Penelope Pussycat", "penelope", "example.com"),
+ Address("Fabrette Pussycat", "fabrette", "example.com"))
msg.set_content("""\
Salut!