From 720cd826671b29526d5dd7c66e9484ad6235689d 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 d42ab21be..fee4897c8 100644 --- a/python/ray/scripts/scripts.py +++ b/python/ray/scripts/scripts.py @@ -496,7 +496,7 @@ def start(node_ip_address, address, port, redis_password, redis_shard_ports, 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 4e06181c8..807634301 100644 --- a/python/ray/tests/test_cli_patterns/test_ray_start.txt +++ b/python/ray/tests/test_cli_patterns/test_ray_start.txt @@ -12,7 +12,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