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.
email.header.Header
maxlinelen
1 parent 5d59b87 commit fd1bba9Copy full SHA for fd1bba9
Doc/library/email.header.rst
@@ -77,7 +77,7 @@ Here is the :class:`Header` class description:
77
The maximum line length can be specified explicitly via *maxlinelen*. For
78
splitting the first line to a shorter value (to account for the field header
79
which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
80
- field in *header_name*. The default *maxlinelen* is 76, and the default value
+ field in *header_name*. The default *maxlinelen* is 78, and the default value
81
for *header_name* is ``None``, meaning it is not taken into account for the
82
first line of a long, split header.
83
0 commit comments