Skip to content

Commit 3f0b2e0

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent eb4d3d6 commit 3f0b2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4030,7 +4030,7 @@ async def set_weights(
40304030
weights (Union[NDArray[np.float32], torch.FloatTensor, list]): The corresponding weights to be set for each
40314031
UID.
40324032
version_key (int): Version key for compatibility with the network. Default is int representation of
4033-
a Bittensor version.
4033+
the Bittensor version.
40344034
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``False``.
40354035
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
40364036
``False``.

0 commit comments

Comments
 (0)