Skip to content

Commit

Permalink
Better indentation fixes #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 18, 2021
1 parent c20f8ab commit 5fc745a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/itertools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def collate_revs(old, new, key=lambda x: x, merge=lambda old, new: new):
- items in old are yielded first
- items in new are yielded last
- items that match are yielded in the order in which they
appear, giving preference to new
appear, giving preference to new
Items match based on the 'key' parameter (identity by default).
Expand Down

0 comments on commit 5fc745a

Please sign in to comment.