diff --git a/python/ray/worker.py b/python/ray/worker.py index 40b4d7081..e663afea5 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -1265,8 +1265,8 @@ def connect(node, ) # Create an object for interfacing with the global state. - # Note, global state should be intialized after `CoreWorker`, because it will - # use glog, which is intialized in `CoreWorker`. + # Note, global state should be intialized after `CoreWorker`, because it + # will use glog, which is intialized in `CoreWorker`. ray.state.state._initialize_global_state( node.redis_address, redis_password=node.redis_password)