Skip to content

Commit 81b7575

Browse files
authored
Update bittensor/core/extrinsics/root.py
1 parent a31eca7 commit 81b7575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def set_root_weights_extrinsic(
233233
subtensor (bittensor.core.subtensor.Subtensor): The Subtensor object
234234
wallet (bittensor_wallet.Wallet): Bittensor wallet object.
235235
netuids (Union[NDArray[np.int64], list[int]]): The `netuid` of the subnet to set weights for.
236-
weights (Union[NDArray[np.float32], list[float]]): Weights to set. These must be `float's and must correspond
236+
weights (Union[NDArray[np.float32], list[float]]): Weights to set. These must be floats and must correspond
237237
to the passed `netuid` s.
238238
version_key (int): The version key of the validator.
239239
wait_for_inclusion (bool): If set, waits for the extrinsic to enter a block before returning `True`, or returns

0 commit comments

Comments
 (0)