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