From 134ef6d2521b02372a73697ad913be0a1463b8d7 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Mon, 14 Jan 2019 20:44:30 -0800 Subject: [PATCH] Update specs/core/0_beacon-chain.md Co-Authored-By: terenc3t --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``. """