Skip to content

Commit 20b06f2

Browse files
committed
chore: improve docstring
1 parent 0bcf25e commit 20b06f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/notebook_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def __init__(self):
298298
def __enter__(self, *args, **kwargs):
299299
"""Enter context.
300300
301-
JumpStart logs get disabled to avoid excessive logging.
301+
Disable JumpStart logs to avoid excessive logging.
302302
"""
303303

304304
os.environ[ENV_VARIABLE_DISABLE_JUMPSTART_LOGGING] = "true"

0 commit comments

Comments
 (0)