mirror of
https://github.com/python/cpython.git
synced 2025-10-28 20:25:04 +00:00
Repaired typo in new comment.
This commit is contained in:
parent
43898b4f64
commit
61bdd39b02
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ def get_matching_blocks(self):
|
|||
if i1 + k1 == i2 and j1 + k1 == j2:
|
||||
# Yes, so collapse them -- this just increases the length of
|
||||
# the first block by the length of the second, and the first
|
||||
# block so lengthebd remains the block to compare against.
|
||||
# block so lengthened remains the block to compare against.
|
||||
k1 += k2
|
||||
else:
|
||||
# Not adjacent. Remember the first block (k1==0 means it's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue