Skip to content

Commit

Permalink
(typo) Minor fix (ray-project#42963)
Browse files Browse the repository at this point in the history
instsance -> instance

Signed-off-by: Govind <[email protected]>
  • Loading branch information
autolyticus authored Mar 25, 2024
1 parent 6f45617 commit e278c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/_private/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ def _wait_and_get_for_node_address(self, timeout_s: int = 60) -> str:
logger.info(
f"Can't find a `{ray_constants.RAY_NODE_IP_FILENAME}` "
f"file from {self.get_session_dir_path()}. "
"Have you started Ray instsance using "
"Have you started Ray instance using "
"`ray start` or `ray.init`?"
)

Expand Down

0 comments on commit e278c28

Please sign in to comment.