mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
fix docstring (#8736)
This commit is contained in:
parent
64a98e4447
commit
57bf0e43f0
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ def create_endpoint(endpoint_name, route=None, methods=["GET"]):
|
|||
used as key to set traffic policy.
|
||||
route (str): A string begin with "/". HTTP server will use
|
||||
the string to match the path.
|
||||
blocking (bool): If true, the function will wait for service to be
|
||||
registered before returning
|
||||
"""
|
||||
retry_actor_failures(master_actor.create_endpoint, route, endpoint_name,
|
||||
[m.upper() for m in methods])
|
||||
|
|
Loading…
Add table
Reference in a new issue