minor cleanup

This commit is contained in:
Danny Ryan
2018-12-05 12:49:45 -06:00
parent cb871c3f0e
commit 3a677eefa9

View File

@@ -857,7 +857,7 @@ def get_block_hash(state: BeaconState,
#### `get_beacon_proposer_index`
```python
def get_beacon_proposer_index(state:BeaconState,
def get_beacon_proposer_index(state: BeaconState,
slot: int) -> int:
"""
Returns the beacon proposer index for the ``slot``.