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