mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
#24277: Fix some incorrect backslashes in email example.
This commit is contained in:
parent
bf24dfa07c
commit
1ba3e6dab1
@ -30,13 +30,13 @@ msg.add_alternative("""\
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<p>Salut!<\p>
|
||||
<p>Salut!</p>
|
||||
<p>Cela ressemble à un excellent
|
||||
<a href="http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718>
|
||||
recipie
|
||||
</a> déjeuner.
|
||||
</p>
|
||||
<img src="cid:{asparagus_cid}" \>
|
||||
<img src="cid:{asparagus_cid}" />
|
||||
</body>
|
||||
</html>
|
||||
""".format(asparagus_cid=asparagus_cid[1:-1]), subtype='html')
|
||||
|
Loading…
Reference in New Issue
Block a user