Change misleading documentation from the placement group (#18257)

* Modify a doc

* completed
This commit is contained in:
SangBin Cho 2021-09-02 16:40:48 -07:00 committed by GitHub
parent 60f84fa051
commit 9b9eae1e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ Let's create a placement group. Recall that each bundle is a collection of resou
.. note::
When using placement groups, users should ensure that their placement groups are ready (by calling ``ray.get(pg.ready())``)
When using placement groups, it is recommended to verify that their placement groups are ready (by calling ``ray.get(pg.ready())``)
and have the proper resources. Ray assumes that the placement group will be properly created and does *not*
print a warning about infeasible tasks.