minor cleanup

This commit is contained in:
Danny Ryan 2018-12-05 12:49:45 -06:00
parent cb871c3f0e
commit 3a677eefa9
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

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``.