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 Barak Michener
parent 83814342ad
commit 720cd82667
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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")
@@ -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