Skip to content

Commit f02cd52

Browse files
authored
Update bittensor/core/extrinsics/take.py
1 parent 65e4f12 commit f02cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/take.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def decrease_take_extrinsic(
6969
raise_error: bool = False,
7070
period: Optional[int] = None,
7171
) -> tuple[bool, str]:
72-
"""Sets the delegate 'take' percentage for a neuron identified by its hotkey.
72+
"""Sets the delegate `take` percentage for a neuron identified by its hotkey.
7373
7474
Args:
7575
subtensor (Subtensor): Blockchain connection.

0 commit comments

Comments
 (0)