diff --git a/src/collectors.py b/src/collectors.py index 84d1dca..fb707ee 100644 --- a/src/collectors.py +++ b/src/collectors.py @@ -395,7 +395,7 @@ def latency(self): return self.interface.latest_query_latency class TronCollector(): - """A collector to fetch information about Aptos endpoints.""" + """A collector to fetch information from Tron endpoints.""" def __init__(self, url, labels, chain_id, **client_parameters):