diff options
author | Henk-Jaap Wagenaar <wagenaarhenkjaap@gmail.com> | 2017-09-24 16:12:53 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-24 16:12:53 (GMT) |
commit | 8337239d792bc2098c592def5fc3af84c3b0dfd1 (patch) | |
tree | 585a510e370eafec57cd1b8076422ae7041c3aeb | |
parent | 2fad10235460ac394cc8b869c41f47aba3d63594 (diff) | |
download | cpython-8337239d792bc2098c592def5fc3af84c3b0dfd1.zip cpython-8337239d792bc2098c592def5fc3af84c3b0dfd1.tar.gz cpython-8337239d792bc2098c592def5fc3af84c3b0dfd1.tar.bz2 |
Update Email library documentation example (GH-3720)
A `"` was missing from an `<a href>` tag.
-rw-r--r-- | Doc/includes/email-alternative.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/includes/email-alternative.py b/Doc/includes/email-alternative.py index 2e142b1..df7ca6f 100644 --- a/Doc/includes/email-alternative.py +++ b/Doc/includes/email-alternative.py @@ -32,7 +32,7 @@ msg.add_alternative("""\ <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> |