summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
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 83fe0d5..cef734c 100644
--- a/Lib/email/Header.py
+++ b/Lib/email/Header.py
@@ -496,7 +496,7 @@ def _binsplit(splittable, charset, maxlinelen):
# m is acceptable, so is a new lower bound.
i = m
else:
- # m is not acceptable, so final i must be < j.
+ # m is not acceptable, so final i must be < m.
j = m - 1
# i == j. Invariant #1 implies that splittable[:i] fits, and
# invariant #2 implies that splittable[:i+1] does not fit, so i