We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e4f12 commit f02cd52Copy full SHA for f02cd52
bittensor/core/extrinsics/take.py
@@ -69,7 +69,7 @@ def decrease_take_extrinsic(
69
raise_error: bool = False,
70
period: Optional[int] = None,
71
) -> tuple[bool, str]:
72
- """Sets the delegate 'take' percentage for a neuron identified by its hotkey.
+ """Sets the delegate `take` percentage for a neuron identified by its hotkey.
73
74
Args:
75
subtensor (Subtensor): Blockchain connection.
0 commit comments