mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Repaired a misleading comment Barry inherited from me.
This commit is contained in:
parent
fa1bf1c518
commit
2b4821347f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue