Corrected documentation.

This commit is contained in:
Roland Hedberg
2014-09-01 22:18:19 +02:00
parent dd5cb03372
commit 4dace6be5f

View File

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