Fix a tagging mistake

This commit is contained in:
Angelos Chalaris
2020-03-16 19:35:00 +02:00
parent 51107fde2f
commit e8adf5fd99

View File

@ -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.