Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Mar 31, 2020
1 parent 96d2281 commit 6a11740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piptools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def keyval(v):

def dedup(iterable):
"""Deduplicate an iterable object like iter(set(iterable)) but
order-reserved.
order-preserved.
"""
return iter(OrderedDict.fromkeys(iterable))

Expand Down

0 comments on commit 6a11740

Please sign in to comment.