Corrected documentation.
This commit is contained in:
@@ -401,9 +401,9 @@ class Config(object):
|
|||||||
|
|
||||||
def endpoint(self, service, binding=None, context=None):
|
def endpoint(self, service, binding=None, context=None):
|
||||||
""" Goes through the list of endpoint specifications for the
|
""" Goes through the list of endpoint specifications for the
|
||||||
given type of service and returnes the first endpoint that matches
|
given type of service and returns a list of endpoint that matches
|
||||||
the given binding. If no binding is given any endpoint for that
|
the given binding. If no binding is given all endpoints available for
|
||||||
service will be returned.
|
that service will be returned.
|
||||||
|
|
||||||
:param service: The service the endpoint should support
|
:param service: The service the endpoint should support
|
||||||
:param binding: The expected binding
|
:param binding: The expected binding
|
||||||
|
Reference in New Issue
Block a user