Skip to content

Commit cce6597

Browse files
committed
chore: fix typos
1 parent c4d8ce4 commit cce6597

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ibm_cloud_sdk_core/authenticators/container_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ContainerAuthenticator(IAMRequestBasedAuthenticator):
5252
This can be used to obtain an access token with a specific scope.
5353
5454
Attributes:
55-
token_manager (ContainerTokenManager): Retrives and manages IAM tokens
55+
token_manager (ContainerTokenManager): Retrieves and manages IAM tokens
5656
from the endpoint specified by the url.
5757
5858
Raises:

ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CloudPakForDataAuthenticator(Authenticator):
4444
proxies.https (optional): The proxy endpoint to use for HTTPS requests.
4545
4646
Attributes:
47-
token_manager (CP4DTokenManager): Retrives and manages CP4D tokens from the endpoint specified by the url.
47+
token_manager (CP4DTokenManager): Retrieves and manages CP4D tokens from the endpoint specified by the url.
4848
4949
Raises:
5050
ValueError: The username, password/apikey, and/or url are not valid for CP4D token requests.

ibm_cloud_sdk_core/authenticators/iam_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class IAMAuthenticator(IAMRequestBasedAuthenticator):
4848
This can be used to obtain an access token with a specific scope.
4949
5050
Attributes:
51-
token_manager (IAMTokenManager): Retrives and manages IAM tokens from the endpoint specified by the url.
51+
token_manager (IAMTokenManager): Retrieves and manages IAM tokens from the endpoint specified by the url.
5252
5353
Raises:
5454
ValueError: The apikey, client_id, and/or client_secret are not valid for IAM token requests.

ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class IAMRequestBasedAuthenticator(Authenticator):
3030
Authorization: Bearer <bearer-token>
3131
3232
Attributes:
33-
token_manager (TokenManager): Retrives and manages IAM tokens from the endpoint specified by the url.
33+
token_manager (TokenManager): Retrieves and manages IAM tokens from the endpoint specified by the url.
3434
"""
3535

3636
def validate(self) -> None:

0 commit comments

Comments
 (0)