Docs: fix docstring of email.message.Message.add_header (#134355)

This commit is contained in:
Alexander Shadchin 2025-06-10 13:35:37 +03:00 committed by GitHub
parent 754e7c9b51
commit c23eec2960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'))
"""