From: Ezio Melotti Date: Wed, 13 Apr 2011 13:43:21 +0000 (+0300) Subject: Fix typo in docstring. X-Git-Tag: v3.2.1b1~134^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce073cdac7ab12dc4c266ed1b8a10d38c427bd01;p=python Fix typo in docstring. --- diff --git a/Lib/email/header.py b/Lib/email/header.py index e78547c1e1..d1fd9a0138 100644 --- a/Lib/email/header.py +++ b/Lib/email/header.py @@ -281,7 +281,7 @@ class Header: 75-character length limit on any given encoded header field, so line-wrapping must be performed, even with double-byte character sets. - Optional maxlinelen specifies the maxiumum length of each generated + Optional maxlinelen specifies the maximum length of each generated line, exclusive of the linesep string. Individual lines may be longer than maxlinelen if a folding point cannot be found. The first line will be shorter by the length of the header name plus ": " if a header