]> granicus.if.org Git - python/commitdiff
Repaired typo in new comment.
authorTim Peters <tim.peters@gmail.com>
Wed, 14 Jun 2006 04:13:00 +0000 (04:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 14 Jun 2006 04:13:00 +0000 (04:13 +0000)
Lib/difflib.py

index 347b647d31a3a8c1e90c4b984fde81f48ca5ede5..3e28b18bf426ba1e2f4831e935cd63f3139b6e01 100644 (file)
@@ -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