Skip to content

Commit f6689d9

Browse files
[3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279)
(cherry picked from commit 7c016de) Co-authored-by: Clinton <[email protected]>
1 parent 4bca4e5 commit f6689d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.header.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here is the :class:`Header` class description:
7777
The maximum line length can be specified explicitly via *maxlinelen*. For
7878
splitting the first line to a shorter value (to account for the field header
7979
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
80+
field in *header_name*. The default *maxlinelen* is 78, and the default value
8181
for *header_name* is ``None``, meaning it is not taken into account for the
8282
first line of a long, split header.
8383

0 commit comments

Comments
 (0)