From 06c5c11cd5d34a478146db7d316a9788864bb0a8 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 9 Jan 2019 10:59:31 -0600 Subject: [PATCH] Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin --- 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 40b3526b0..ad88ee49f 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -911,7 +911,7 @@ def get_cur_epoch_committees_per_slot(state: BeaconState): ```python def get_shard_committees_at_slot(state: BeaconState, - slot: int) -> (List[List[int]], int): + slot: int) -> Tuple[List[List[int]], int]: """ Returns (i) the list of committees and (ii) the shard associated with the first committee for the ``slot``. """