Skip to content

Commit 8909c5c

Browse files
committed
chore: fix some typos in comment
Signed-off-by: eveneast <[email protected]>
1 parent 4567f37 commit 8909c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bittensor/core/extrinsics/asyncex/unstaking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ async def unstake_multiple_extrinsic(
274274
for idx, (hotkey_ss58, amount, old_stake, netuid) in enumerate(
275275
zip(hotkey_ss58s, amounts, old_stakes, netuids)
276276
):
277-
# Covert to bittensor.Balance
277+
# Convert to bittensor.Balance
278278
if amount is None:
279279
# Unstake it all.
280280
unstaking_balance = old_stake

bittensor/core/extrinsics/unstaking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def unstake_multiple_extrinsic(
264264
for idx, (hotkey_ss58, amount, old_stake, netuid) in enumerate(
265265
zip(hotkey_ss58s, amounts, old_stakes, netuids)
266266
):
267-
# Covert to bittensor.Balance
267+
# Convert to bittensor.Balance
268268
if amount is None:
269269
# Unstake it all.
270270
unstaking_balance = old_stake

0 commit comments

Comments
 (0)