summaryrefslogtreecommitdiff
path: root/Lib/difflib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-14 04:13:00 +0000
committerTim Peters <tim.peters@gmail.com>2006-06-14 04:13:00 +0000
commit89dd2a0dffcde527b4771a465cfdb55dc03365e9 (patch)
tree8c69cb775a0356a3f75bba3da40370ca1ef05b64 /Lib/difflib.py
parenteb5cce71f5681d0bb64b91016dee0abff572fddb (diff)
downloadcpython-89dd2a0dffcde527b4771a465cfdb55dc03365e9.tar.gz
Repaired typo in new comment.
Diffstat (limited to 'Lib/difflib.py')
-rw-r--r--Lib/difflib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/difflib.py b/Lib/difflib.py
index 347b647d31..3e28b18bf4 100644
--- a/Lib/difflib.py
+++ b/Lib/difflib.py
@@ -509,7 +509,7 @@ class SequenceMatcher:
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