提交 7ae677fb 编写于 作者: B Brenda J. Butler 提交者: David S. Miller

tc-testing: correction to docstring in get_unique_item

Signed-off-by: NBrenda J. Butler <bjb@mojatatu.com>
Acked-by: NLucas Bates <lucasb@mojatatu.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册