Travis build: 82

This commit is contained in:
30secondsofcode
2019-09-18 06:07:06 +00:00
parent ef04bd6c2b
commit c8341dabdb
3 changed files with 7 additions and 7 deletions

View File

@ -345,14 +345,14 @@
"type": "snippetListing",
"title": "every_nth",
"attributes": {
"text": "Returns every nth element in a list.\n\nUse `[1::nth]` to create a new list that contains every nth element of the given list.\n\n",
"text": "Returns every nth element in a list.\n\nUse `[nth-1::nth]` to create a new list that contains every nth element of the given list.\n\n",
"tags": [
"list",
"beginner"
]
},
"meta": {
"hash": "d5c51547b66fcd9d42def2a6d92ba98429a12c6bec56a0dca8e4c0289525d5de"
"hash": "038e0fd0752bbd88c73ea9059e10768bbf31fd3178113738064405e010aa8aa7"
}
},
{