Remove utility from tags

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-04-07 19:55:51 +03:00
parent be055a3564
commit f87e3db74a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: longest_item 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. Takes any number of iterable objects or objects with a length property and returns the longest one.

View File

@ -1,6 +1,6 @@
--- ---
title: spread title: spread
tags: list,utility,intermediate tags: list,intermediate
--- ---
Flattens a list, by spreading its elements into a new list. Flattens a list, by spreading its elements into a new list.