We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bca4e5 commit f6689d9Copy full SHA for f6689d9
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