Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1a8b6

Browse files
committed
Fix same typo in docs.
1 parent 7490100 commit ef1a8b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/email.header.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here is the :class:`Header` class description:
6363
character set is used both as *s*'s initial charset and as the default for
6464
subsequent :meth:`append` calls.
6565

66-
The maximum line length can be specified explicit via *maxlinelen*. For
66+
The maximum line length can be specified explicitly via *maxlinelen*. For
6767
splitting the first line to a shorter value (to account for the field header
6868
which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
6969
field in *header_name*. The default *maxlinelen* is 76, and the default value

0 commit comments

Comments
 (0)