diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 011cbd377..368e6af0a 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -931,7 +931,7 @@ def get_current_epoch_committee_count_per_slot(state: BeaconState) -> int: ```python def get_crosslink_committees_at_slot(state: BeaconState, - slot: int) -> List[Tuple[List[int], int]]: + slot: int) -> List[Tuple[List[int], int]]: """ Returns the list of ``(committee, shard)`` tuples for the ``slot``. """