mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Docs: fix docstring of email.message.Message.add_header
(#134355)
This commit is contained in:
parent
754e7c9b51
commit
c23eec2960
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ class Message:
|
|||
|
||||
msg.add_header('content-disposition', 'attachment', filename='bud.gif')
|
||||
msg.add_header('content-disposition', 'attachment',
|
||||
filename=('utf-8', '', Fußballer.ppt'))
|
||||
filename=('utf-8', '', 'Fußballer.ppt'))
|
||||
msg.add_header('content-disposition', 'attachment',
|
||||
filename='Fußballer.ppt'))
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue