diff --git a/snippets/longest_item.md b/snippets/longest_item.md index 03ac167f5..e0add9ebe 100644 --- a/snippets/longest_item.md +++ b/snippets/longest_item.md @@ -1,6 +1,6 @@ --- title: longest_item -tags: list,string,utility,intermediate +tags: list,string,intermediate --- Takes any number of iterable objects or objects with a length property and returns the longest one. diff --git a/snippets/spread.md b/snippets/spread.md index 982f67470..07ee43d3a 100644 --- a/snippets/spread.md +++ b/snippets/spread.md @@ -1,6 +1,6 @@ --- title: spread -tags: list,utility,intermediate +tags: list,intermediate --- Flattens a list, by spreading its elements into a new list.