Fix Fabric's ThroughputMonitor docs (#19464)

This commit is contained in:
Sebastian Raschka 2024-02-13 13:59:25 -06:00 committed by GitHub
parent 3fbc29ba21
commit d61f6fecd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class ThroughputMonitor(Throughput):
logger = ...
fabric = Fabric(logger=logger)
throughput = ThroughputMonitor()
throughput = ThroughputMonitor(fabric)
t0 = time()
for i in range(1, 100):
do_work()