Kaydet (Commit) 61bdd39b authored tarafından Tim Peters's avatar Tim Peters

Repaired typo in new comment.

üst 43898b4f
...@@ -509,7 +509,7 @@ class SequenceMatcher: ...@@ -509,7 +509,7 @@ class SequenceMatcher:
if i1 + k1 == i2 and j1 + k1 == j2: if i1 + k1 == i2 and j1 + k1 == j2:
# Yes, so collapse them -- this just increases the length of # Yes, so collapse them -- this just increases the length of
# the first block by the length of the second, and the first # 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 k1 += k2
else: else:
# Not adjacent. Remember the first block (k1==0 means it's # Not adjacent. Remember the first block (k1==0 means it's
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment