fix docstring (#8736)

This commit is contained in:
Edward Oakes 2020-06-02 10:55:20 -05:00 committed by GitHub
parent 64a98e4447
commit 57bf0e43f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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])