[Doc] Remove trailing whitespaces (#13390)

This commit is contained in:
Simon Mo
2021-01-12 20:35:38 -08:00
committed by GitHub
parent f587b9a50c
commit 8e0a2f669b
16 changed files with 57 additions and 57 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ This runs ``ray.init()`` with default options and exposes the client gRPC port a
From here, another Ray script can access that server from a networked machine with ``ray.util.connect()``
.. code-block:: python
import ray
import ray.util
@@ -32,8 +32,8 @@ From here, another Ray script can access that server from a networked machine wi
do_work.remote(2)
#....
When the client disconnects, any object or actor references held by the server on behalf of the client are dropped, as if directly disconnecting from the cluster
When the client disconnects, any object or actor references held by the server on behalf of the client are dropped, as if directly disconnecting from the cluster
===================