We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0edd7e commit 5eaf1c0Copy full SHA for 5eaf1c0
1 file changed
Lib/difflib.py
@@ -71,7 +71,7 @@ def _expand_block(block, a, b, alo, ahi, blo, bhi, *, pred=None):
71
return (i, j, k)
72
73
def _collapse_adjacent_blocks(blocks):
74
- """Collapses adjacent blocks and remove null blocks
+ """Collapses adjacent blocks and removes null blocks
75
76
Examples:
77
>>> blocks = [(1, 1, 2), (3, 3, 2), (6, 6, 0), (10, 10, 1)]
0 commit comments