Skip to content

Commit 5eaf1c0

Browse files
committed
minor doc typo
1 parent c0edd7e commit 5eaf1c0

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
@@ -71,7 +71,7 @@ def _expand_block(block, a, b, alo, ahi, blo, bhi, *, pred=None):
7171
return (i, j, k)
7272

7373
def _collapse_adjacent_blocks(blocks):
74-
"""Collapses adjacent blocks and remove null blocks
74+
"""Collapses adjacent blocks and removes null blocks
7575
7676
Examples:
7777
>>> blocks = [(1, 1, 2), (3, 3, 2), (6, 6, 0), (10, 10, 1)]

0 commit comments

Comments
 (0)