diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json index d8bb75fe5..981af2875 100644 --- a/snippet_data/snippetList.json +++ b/snippet_data/snippetList.json @@ -771,7 +771,7 @@ "attributes": { "text": "Returns `True` if all the elements in `values` are included in `lst`, `False` otherwise.\n\nCheck if every value in `values` is contained in `lst` using a `for` loop, returning `False` if any one value is not found, `True` otherwise.\n\n", "tags": [ - "utility", + "list", "intermediate" ] }, diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json index 5136bc698..3b81af3f3 100644 --- a/snippet_data/snippets.json +++ b/snippet_data/snippets.json @@ -1226,15 +1226,15 @@ "example": "includes_all([1, 2, 3, 4], [1, 4]) # True\r\nincludes_all([1, 2, 3, 4], [1, 5]) # False" }, "tags": [ - "utility", + "list", "intermediate" ] }, "meta": { "hash": "dd6fe881dce1046713ff6fe1a9ee70cb3ff580b5b4f40a83f1cded8f1b2fc471", "firstSeen": "1584269648", - "lastUpdated": "1584269648", - "updateCount": 2, + "lastUpdated": "1584380100", + "updateCount": 3, "authorCount": 2 } },