From e8adf5fd992aaa7de2fd8392583a0b716b19cb20 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 16 Mar 2020 19:35:00 +0200 Subject: [PATCH] Fix a tagging mistake --- snippets/includes_all.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.