Skip to content

Commit 2d9ac81

Browse files
authored
Update metagraph.py
1 parent cd2ccc2 commit 2d9ac81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor/core/metagraph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def sync(
554554
NOTE:
555555
If attempting to access data beyond the previous 300 blocks, you **must** use the ``archive`` network for subtensor. Light nodes are configured only to store the previous 300 blocks if connecting to finney or test networks.
556556
557-
For example::
557+
For example:
558558
559559
from bittensor.core.subtensor import Subtensor
560560
@@ -1112,7 +1112,7 @@ def load_from_path(self, dir_path: str) -> "Metagraph":
11121112
Returns:
11131113
metagraph (bittensor.core.metagraph.Metagraph): The current metagraph instance with the loaded state.
11141114
1115-
Example::
1115+
Example:
11161116
11171117
from bittensor.core.metagraph import Metagraph
11181118

0 commit comments

Comments
 (0)