Skip to content

Commit a2cc42b

Browse files
authored
Update bittensor/core/extrinsics/asyncex/weights.py
1 parent 3f0b2e0 commit a2cc42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/asyncex/weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ async def set_weights_extrinsic(
318318
wait_for_finalization: bool = False,
319319
period: Optional[int] = 8,
320320
) -> tuple[bool, str]:
321-
"""Sets the given weights and values on a chain for a wallet hotkey account.
321+
"""Sets the given weights and values on chain for a given wallet hotkey account.
322322
323323
Args:
324324
subtensor (bittensor.core.async_subtensor.AsyncSubtensor): Bittensor subtensor object.

0 commit comments

Comments
 (0)