Fix typo in ray start output (#10667)

This commit is contained in:
Siyuan (Ryans) Zhuang
2020-09-10 15:56:23 -07:00
committed by GitHub
parent 333f324b88
commit fb0ae148e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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")