mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
[Doc] Remove trailing whitespaces (#13390)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
===================
|
||||
|
||||
Reference in New Issue
Block a user