From 35ea8c398dc3bef71f5b7fbb014c40a9f11dffda Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 15:10:04 +0700 Subject: [PATCH] Fix typos in distributed/rpc/rl/main.py --- distributed/rpc/rl/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/rpc/rl/main.py b/distributed/rpc/rl/main.py index 91451ecc84..50a9bcdda5 100644 --- a/distributed/rpc/rl/main.py +++ b/distributed/rpc/rl/main.py @@ -164,7 +164,7 @@ def run_episode(self, n_steps=0): ) ) - # wait until all obervers have finished this episode + # wait until all observers have finished this episode for fut in futs: fut.wait()