Skip to content

Commit 65e4f12

Browse files
authored
Update bittensor/core/extrinsics/staking.py
1 parent 81b7575 commit 65e4f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/staking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def add_stake_multiple_extrinsic(
215215
wait_for_finalization: bool = False,
216216
period: Optional[int] = None,
217217
) -> bool:
218-
"""Adds a stake to each ``hotkey_ss58`` in the list, using each amount, from a common coldkey.
218+
"""Adds stake to each ``hotkey_ss58`` in the list, using each amount, from a common coldkey.
219219
220220
Arguments:
221221
subtensor: The initialized SubtensorInterface object.

0 commit comments

Comments
 (0)