diff --git a/snippets/includes_all.md b/snippets/includes_all.md index d2a3eab41..1ce222623 100644 --- a/snippets/includes_all.md +++ b/snippets/includes_all.md @@ -1,6 +1,6 @@ --- title: includes_all -tags: utility,intermediate +tags: list,intermediate --- Returns `True` if all the elements in `values` are included in `lst`, `False` otherwise.