From: R. David Murray Date: Wed, 29 Dec 2010 19:06:48 +0000 (+0000) Subject: Fix same typo in docs. X-Git-Tag: v3.2rc1~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef1a8b62bc04b60c827a0f0745cbc84e534dcf19;p=thirdparty%2FPython%2Fcpython.git Fix same typo in docs. --- diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst index 7e87dac86af6..113a6b872fe4 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