Skip to content

Commit 811107d

Browse files
authored
Merge pull request #461 from gap-editor/main
fix: fix typo "accross"
2 parents 3c32c32 + a9fee3d commit 811107d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor_cli/src/commands/subnets/subnets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ async def show_root():
10281028
The table displays the root subnet participants and their metrics.
10291029
The columns are as follows:
10301030
- Position: The sorted position of the hotkey by total TAO.
1031-
- TAO: The sum of all TAO balances for this hotkey accross all subnets.
1031+
- TAO: The sum of all TAO balances for this hotkey across all subnets.
10321032
- Stake: The stake balance of this hotkey on root (measured in TAO).
10331033
- Emission: The emission accrued to this hotkey across all subnets every block measured in TAO.
10341034
- Hotkey: The hotkey ss58 address.
@@ -1374,7 +1374,7 @@ async def show_subnet(netuid_: int):
13741374
# The table displays the subnet participants and their metrics.
13751375
# The columns are as follows:
13761376
# - UID: The hotkey index in the subnet.
1377-
# - TAO: The sum of all TAO balances for this hotkey accross all subnets.
1377+
# - TAO: The sum of all TAO balances for this hotkey across all subnets.
13781378
# - Stake: The stake balance of this hotkey on this subnet.
13791379
# - Weight: The stake-weight of this hotkey on this subnet. Computed as an average of the normalized TAO and Stake columns of this subnet.
13801380
# - Dividends: Validating dividends earned by the hotkey.

0 commit comments

Comments
 (0)