summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-13 13:43:21 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-13 13:43:21 (GMT)
commitce073cdac7ab12dc4c266ed1b8a10d38c427bd01 (patch)
treec37c1de747c790e1b7e622d77b9d8fde44668633 /Lib/email
parentd210aa1ad9329661625ca5f0b6754f84ffc25021 (diff)
downloadcpython-ce073cdac7ab12dc4c266ed1b8a10d38c427bd01.zip
cpython-ce073cdac7ab12dc4c266ed1b8a10d38c427bd01.tar.gz
cpython-ce073cdac7ab12dc4c266ed1b8a10d38c427bd01.tar.bz2
Fix typo in docstring.
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 e78547c..d1fd9a0 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