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 7490100 commit ef1a8b6Copy full SHA for ef1a8b6
1 file changed
Doc/library/email.header.rst
@@ -63,7 +63,7 @@ Here is the :class:`Header` class description:
63
character set is used both as *s*'s initial charset and as the default for
64
subsequent :meth:`append` calls.
65
66
- The maximum line length can be specified explicit via *maxlinelen*. For
+ The maximum line length can be specified explicitly via *maxlinelen*. For
67
splitting the first line to a shorter value (to account for the field header
68
which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
69
field in *header_name*. The default *maxlinelen* is 76, and the default value
0 commit comments