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):
""" Goes through the list of endpoint specifications for the
given type of service and returnes the first endpoint that matches
the given binding. If no binding is given any endpoint for that
service will be returned.
given type of service and returns a list of endpoint that matches
the given binding. If no binding is given all endpoints available for
that service will be returned.
:param service: The service the endpoint should support
:param binding: The expected binding