Travis build: 420

This commit is contained in:
30secondsofcode
2020-03-16 17:36:13 +00:00
parent e8adf5fd99
commit ae26af7aa7
2 changed files with 4 additions and 4 deletions

View File

@ -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"
]
},