Commit 7ae677fb authored by Brenda J. Butler's avatar Brenda J. Butler Committed by David S. Miller

tc-testing: correction to docstring in get_unique_item

Signed-off-by: default avatarBrenda J. Butler <bjb@mojatatu.com>
Acked-by: default avatarLucas Bates <lucasb@mojatatu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 181d6610
......@@ -15,7 +15,7 @@ def get_categorized_testlist(alltests, ucat):
def get_unique_item(lst):
""" For a list, return a set of the unique items in the list. """
""" For a list, return a list of the unique items in the list. """
return list(set(lst))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment