diff --git a/src/bos/common/clients/api_client.py b/src/bos/common/clients/api_client.py index 40a1990b..029adb08 100644 --- a/src/bos/common/clients/api_client.py +++ b/src/bos/common/clients/api_client.py @@ -45,7 +45,7 @@ def __init__(self, *args, **kwargs): def get_endpoint(self, endpoint_type: Type[ClientEndpoint]) -> ClientEndpoint: """ - Endpoints are created only as needed, and passed the manager retry session. + Endpoints are created only as needed, and passed the managed retry session. """ if endpoint_type not in self._endpoint_values: self._endpoint_values[endpoint_type] = endpoint_type(