Update 0_beacon-chain.md
This commit is contained in:
parent
ecf70892c1
commit
509870d138
|
@ -850,7 +850,7 @@ def shuffle(values: List[Any], seed: Hash32) -> List[Any]:
|
|||
#### `split`
|
||||
|
||||
```python
|
||||
def split(values: List[Any], split_count: int) -> List[Any]:
|
||||
def split(values: List[Any], split_count: int) -> List[List[Any]]:
|
||||
"""
|
||||
Splits ``values`` into ``split_count`` pieces.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue