diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-29 19:06:48 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-29 19:06:48 (GMT) |
commit | ef1a8b62bc04b60c827a0f0745cbc84e534dcf19 (patch) | |
tree | 064b749daa386e9a686ae6068f5936d91193ef6d /Doc | |
parent | 74901007a5d5b568ce7b3c947b962c1470ad841f (diff) | |
download | cpython-ef1a8b62bc04b60c827a0f0745cbc84e534dcf19.zip cpython-ef1a8b62bc04b60c827a0f0745cbc84e534dcf19.tar.gz cpython-ef1a8b62bc04b60c827a0f0745cbc84e534dcf19.tar.bz2 |
Fix same typo in docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/email.header.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst index 7e87dac..113a6b8 100644 --- a/Doc/library/email.header.rst +++ b/Doc/library/email.header.rst @@ -63,7 +63,7 @@ Here is the :class:`Header` class description: character set is used both as *s*'s initial charset and as the default for subsequent :meth:`append` calls. - The maximum line length can be specified explicit via *maxlinelen*. For + 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 |