Skip to content

Commit f084ad9

Browse files
Apply suggestions from code review
Co-Authored-By: hwwhww <[email protected]>
1 parent 18ad8a4 commit f084ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: eth/beacon/helpers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def get_new_shuffling(*,
253253

254254

255255
#
256-
# Get proposer postition
256+
# Get proposer position
257257
#
258258
def get_block_committees_info(parent_block: 'BaseBeaconBlock',
259259
state: 'BeaconState',
@@ -330,7 +330,7 @@ def get_attestation_participants(state: 'BeaconState',
330330
participation_bitfield: bytes,
331331
epoch_length: int) -> Iterable[int]:
332332
"""
333-
Return the participant indices at for the ``slot`` of shard ``shard``
333+
Return the participants' indices at the ``slot`` of shard ``shard``
334334
from ``participation_bitfield``.
335335
"""
336336
# Find the relevant committee

0 commit comments

Comments
 (0)