Update snippet descriptions
This commit is contained in:
@ -19,5 +19,5 @@ def chunk(lst, size):
|
||||
```
|
||||
|
||||
```py
|
||||
chunk([1, 2, 3, 4, 5], 2) # [[1,2],[3,4],[5]]
|
||||
chunk([1, 2, 3, 4, 5], 2) # [[1, 2], [3, 4], [5]]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user