]> granicus.if.org Git - python/commitdiff
Fix typo in docstring.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 13 Apr 2011 13:43:21 +0000 (16:43 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 13 Apr 2011 13:43:21 +0000 (16:43 +0300)
Lib/email/header.py

index e78547c1e1a62538ffc6be304ca247c7d1d971f0..d1fd9a0138515e18ecdefa7fedc883e4e434c51c 100644 (file)
@@ -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