Skip to content

Commit

Permalink
[3.13] gh-120276: Fix incorrect email.header.Header maxlinelen defaul…
Browse files Browse the repository at this point in the history
…t (GH-120277) (GH-120279)

(cherry picked from commit 7c016deae62308dd1b4e2767fc6abf04857c7843)

Co-authored-by: Clinton <[email protected]>
  • Loading branch information
miss-islington and pygeek authored Jun 8, 2024
1 parent 4bca4e5 commit f6689d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/email.header.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Here is the :class:`Header` class description:
The maximum line length can be specified explicitly via *maxlinelen*. For
splitting the first line to a shorter value (to account for the field header
which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
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
for *header_name* is ``None``, meaning it is not taken into account for the
first line of a long, split header.

Expand Down

0 comments on commit f6689d9

Please sign in to comment.