Skip to content

Commit dc38ce5

Browse files
Ivy BazanRuban Hussain
authored andcommitted
fix link lint
1 parent 17f290b commit dc38ce5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/config/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def load_sagemaker_config(
9696
Note: S3 URI follows the format ``s3://<bucket>/<Key prefix>``
9797
s3_resource (boto3.resource("s3")): The Boto3 S3 resource. This is used to fetch
9898
config files from S3. If it is not provided, this method creates a default S3 resource.
99-
See `Boto3 Session documentation <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html#boto3.session.Session.resource>`__.
99+
See `Boto3 Session documentation <https://boto3.amazonaws.com/v1/documentation/api\
100+
/latest/reference/core/session.html#boto3.session.Session.resource>`__.
100101
This argument is not needed if the config files are present in the local file system.
101102
"""
102103
default_config_path = os.getenv(
@@ -131,7 +132,7 @@ def load_sagemaker_config(
131132

132133

133134
def validate_sagemaker_config(sagemaker_config: dict = None):
134-
"""Validates whether a given dictionary adheres to the schema defined at
135+
"""Validates whether a given dictionary adheres to the schema defined at
135136
``sagemaker.config.config_schema.SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA``
136137
137138
Args:

0 commit comments

Comments
 (0)