diff --git a/bittensor/core/async_subtensor.py b/bittensor/core/async_subtensor.py index 98542c89a6..3c8bc9fe6e 100644 --- a/bittensor/core/async_subtensor.py +++ b/bittensor/core/async_subtensor.py @@ -134,7 +134,7 @@ class AsyncSubtensor(SubtensorMixin): - """Asynchronous interface for interacting with the Bittensor blockchain. + """Asynchronous interface for interacting with the Bittensor blockchain This class provides a thin layer over the Substrate Interface, offering a collection of frequently-used calls for querying blockchain data, managing stakes, registering neurons, and interacting with the Bittensor network.