summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-13 13:44:18 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-13 13:44:18 (GMT)
commita3d0be456c05d77c5dd6746789bbc091144d8062 (patch)
tree1abae6d4f2fdc91e97fd6a4e0135468e1bb9cc7e /Lib/email
parent04c6423fbab6f4a525d56cedc91600a52d74f062 (diff)
parentce073cdac7ab12dc4c266ed1b8a10d38c427bd01 (diff)
downloadcpython-a3d0be456c05d77c5dd6746789bbc091144d8062.zip
cpython-a3d0be456c05d77c5dd6746789bbc091144d8062.tar.gz
cpython-a3d0be456c05d77c5dd6746789bbc091144d8062.tar.bz2
Merge with 3.1.
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