From fb0ae148e6bc974685a1ecf5e0dcc649380b749a Mon Sep 17 00:00:00 2001 From: "Siyuan (Ryans) Zhuang" Date: Thu, 10 Sep 2020 15:56:23 -0700 Subject: [PATCH] Fix typo in ray start output (#10667) --- python/ray/scripts/scripts.py | 2 +- python/ray/tests/test_cli_patterns/test_ray_start.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ray/scripts/scripts.py b/python/ray/scripts/scripts.py index 0a6cb59c3..57038d435 100644 --- a/python/ray/scripts/scripts.py +++ b/python/ray/scripts/scripts.py @@ -591,7 +591,7 @@ def start(node_ip_address, redis_address, address, redis_port, port, cli_logger.newline() cli_logger.print( cf.underlined("If connection fails, check your " - "firewall settings other " + "firewall settings and " "network configuration.")) cli_logger.newline() cli_logger.print("To terminate the Ray runtime, run") diff --git a/python/ray/tests/test_cli_patterns/test_ray_start.txt b/python/ray/tests/test_cli_patterns/test_ray_start.txt index f9beae123..4e14a0543 100644 --- a/python/ray/tests/test_cli_patterns/test_ray_start.txt +++ b/python/ray/tests/test_cli_patterns/test_ray_start.txt @@ -19,7 +19,7 @@ Next steps import ray ray\.init\(address='auto', redis_password='.+'\) - If connection fails, check your firewall settings other network configuration. + If connection fails, check your firewall settings and network configuration. To terminate the Ray runtime, run ray stop