Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50d0f9 commit 6ee7156Copy full SHA for 6ee7156
1 file changed
Lib/email/Header.py
@@ -151,7 +151,8 @@ def __unicode__(self):
151
def append(self, s, charset=None):
152
"""Append string s with Charset charset to the MIME header.
153
154
- charset defaults to the one given in the class constructor.
+ charset defaults to the one given in the class constructor. If
155
+ charset is given, it should be an instance of email.Charset.Charset.
156
"""
157
if charset is None:
158
charset = self._charset
0 commit comments