Skip to content

Commit caba14a

Browse files
authored
Update bittensor/core/subtensor.py
1 parent f02cd52 commit caba14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def commit_reveal_enabled(
485485
self, netuid: int, block: Optional[int] = None
486486
) -> Optional[bool]:
487487
"""
488-
Check if a commit-reveal mechanism is enabled for a given network at a specific block.
488+
Check if the commit-reveal mechanism is enabled for a given network at a specific block.
489489
490490
Arguments:
491491
netuid: The network identifier for which to check the commit-reveal mechanism.

0 commit comments

Comments
 (0)