Skip to content

Commit 540856f

Browse files
author
tim.peters
committed
Repaired typo in new comment.
git-svn-id: http://svn.python.org/projects/python/trunk@46940 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent bb559f5 commit 540856f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/difflib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def get_matching_blocks(self):
509509
if i1 + k1 == i2 and j1 + k1 == j2:
510510
# Yes, so collapse them -- this just increases the length of
511511
# the first block by the length of the second, and the first
512-
# block so lengthebd remains the block to compare against.
512+
# block so lengthened remains the block to compare against.
513513
k1 += k2
514514
else:
515515
# Not adjacent. Remember the first block (k1==0 means it's

0 commit comments

Comments
 (0)