Skip to content

Commit 1ebb466

Browse files
committed
Docstring update
1 parent 952d956 commit 1ebb466

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bittensor/core/subtensor_api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ class SubtensorApi:
3030
log_verbose: Enables or disables verbose logging.
3131
mock: Whether this is a mock instance. Mainly just for use in testing.
3232
archive_endpoints: Similar to fallback_endpoints, but specifically only archive nodes. Will be used in cases
33-
where you are requesting a block that is too old for your current (presumably lite) node. Defaults to
34-
`None`
33+
where you are requesting a block that is too old for your current (presumably lite) node. Defaults to `None`
3534
3635
Example:
3736
# sync version

0 commit comments

Comments
 (0)