summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-13 13:45:00 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-13 13:45:00 (GMT)
commit5e610def7d552dfc7cb71f4cdf2aadb6deabda7c (patch)
tree864782fb16fd79b5f97f84e189ec4a4112ca9970 /Lib/email
parentccb16cb39c8040e44df3331d0b4058f9d38a14fa (diff)
parenta3d0be456c05d77c5dd6746789bbc091144d8062 (diff)
downloadcpython-5e610def7d552dfc7cb71f4cdf2aadb6deabda7c.zip
cpython-5e610def7d552dfc7cb71f4cdf2aadb6deabda7c.tar.gz
cpython-5e610def7d552dfc7cb71f4cdf2aadb6deabda7c.tar.bz2
Merge with 3.2.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/header.py b/Lib/email/header.py
index 1bbf8c5..7e235df 100644
--- a/Lib/email/header.py
+++ b/Lib/email/header.py
@@ -292,7 +292,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