summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorKyle Stanley <aeros167@gmail.com>2019-07-22 02:48:45 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-07-22 02:48:45 (GMT)
commit24b5b360faf306ef67419dfe5d49ff22dbe827b1 (patch)
treed23382899b0058990f09a6e2f504bdc8e743a1ff /Lib/email
parent0104841d12b42ebe5716efbe3ddcb8744dd7cea8 (diff)
downloadcpython-24b5b360faf306ef67419dfe5d49ff22dbe827b1.zip
cpython-24b5b360faf306ef67419dfe5d49ff22dbe827b1.tar.gz
cpython-24b5b360faf306ef67419dfe5d49ff22dbe827b1.tar.bz2
[3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)
(cherry picked from commit 96e12d5f4f3c5a20986566038ee763dff3c228a1) Co-authored-by: Min ho Kim <minho42@gmail.com>
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/headerregistry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/headerregistry.py b/Lib/email/headerregistry.py
index 452c6ad..8d1a202 100644
--- a/Lib/email/headerregistry.py
+++ b/Lib/email/headerregistry.py
@@ -245,7 +245,7 @@ class BaseHeader(str):
the header name and the ': ' separator.
"""
- # At some point we need to put fws here iif it was in the source.
+ # At some point we need to put fws here if it was in the source.
header = parser.Header([
parser.HeaderLabel([
parser.ValueTerminal(self.name, 'header-name'),