[Python-checkins] bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)

Mariatta webhook-mailer at python.org
Sun Sep 24 12:18:52 EDT 2017


https://github.com/python/cpython/commit/ce418bf8228c9a6a19702638e5f5c2fb66ad0588
commit: ce418bf8228c9a6a19702638e5f5c2fb66ad0588
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017-09-24T09:18:50-07:00
summary:

bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)

A `"` was missing from an `<a href>` tag.
(cherry picked from commit 8337239d792bc2098c592def5fc3af84c3b0dfd1)

files:
M Doc/includes/email-alternative.py

diff --git a/Doc/includes/email-alternative.py b/Doc/includes/email-alternative.py
index 2e142b1e3b7..df7ca6f3faa 100644
--- a/Doc/includes/email-alternative.py
+++ b/Doc/includes/email-alternative.py
@@ -32,7 +32,7 @@
   <body>
     <p>Salut!</p>
     <p>Cela ressemble à un excellent
-        <a href="http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718>
+        <a href="http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718">
             recipie
         </a> déjeuner.
     </p>



More information about the Python-checkins mailing list