Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

tc-testing: correction to docstring in get_unique_item

parent 181d6610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))