Skip to content

Commit fed1b10

Browse files
author
Gray
committed
fix: docstring linting
1 parent cb876ed commit fed1b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, boto_session=None, sagemaker_client=None, sagemaker_runtime_c
7575
sagemaker_runtime_client (boto3.SageMakerRuntime.Client): Client which makes ``InvokeEndpoint``
7676
calls to Amazon SageMaker (default: None). Predictors created using this ``Session`` use this client.
7777
If not provided, one will be created using this instance's ``boto_session``.
78-
sts_endpoint_url (str): Endpoint URL for STS endpoint. If none provided, boto3 will default to
78+
sts_endpoint_url (str): Endpoint URL for STS endpoint. If none provided, boto3 will default to
7979
use sts.amazonaws.com.
8080
"""
8181
self._default_bucket = None

0 commit comments

Comments
 (0)