10000 Docs: fix docstring of `email.message.Message.add_header` (#134355) · python/cpython@c23eec2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c23eec2

Browse files
authored
Docs: fix docstring of email.message.Message.add_header (#134355)
1 parent 754e7c9 commit c23eec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def add_header(self, _name, _value, **_params):
564564
565565
msg.add_header('content-disposition', 'attachment', filename='bud.gif')
566566
msg.add_header('content-disposition', 'attachment',
567-
filename=('utf-8', '', Fußballer.ppt'))
567+
filename=('utf-8', '', 'Fußballer.ppt'))
568568
msg.add_header('content-disposition', 'attachment',
569569
filename='Fußballer.ppt'))
570570
"""

0 commit comments

Comments
 (0)
0