diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:28:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:28:50 (GMT) |
commit | b1d867f14965e2369d31a3fcdab5bca34b4d81b4 (patch) | |
tree | e12a80fb726447f7e1c09839aae24fd9277258ce /Lib/email | |
parent | 5db0b3396e664affee09c0cb2094fdafc94acd94 (diff) | |
download | cpython-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.zip cpython-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.tar.gz cpython-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.tar.bz2 |
Issue #27076: Doc, comment and test function name spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/parser.py b/Lib/email/parser.py index 2fcaf25..6dad32a 100644 --- a/Lib/email/parser.py +++ b/Lib/email/parser.py @@ -23,7 +23,7 @@ class Parser: textual representation of the message. The string must be formatted as a block of RFC 2822 headers and header - continuation lines, optionally preceeded by a `Unix-from' header. The + continuation lines, optionally preceded by a `Unix-from' header. The header block is terminated either by the end of the string or by a blank line. |