Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce073cd

Browse files
committed
Fix typo in docstring.
1 parent d210aa1 commit ce073cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def encode(self, splitchars=';, \t', maxlinelen=None):
281281
75-character length limit on any given encoded header field, so
282282
line-wrapping must be performed, even with double-byte character sets.
283283
284-
Optional maxlinelen specifies the maxiumum length of each generated
284+
Optional maxlinelen specifies the maximum length of each generated
285285
line, exclusive of the linesep string. Individual lines may be longer
286286
than maxlinelen if a folding point cannot be found. The first line
287287
will be shorter by the length of the header name plus ": " if a header

0 commit comments

Comments
 (0)