Skip to content

Commit 0061be9

Browse files
authored
change: fix punctuation in warning message (aws#1637)
1 parent d89bac4 commit 0061be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/fw_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"Please set the argument \"py_version='py3'\" to use the Python 3 {framework} image."
5050
)
5151
PARAMETER_SERVER_MULTI_GPU_WARNING = (
52-
"If you have selected a multi-GPU training instance type, "
53-
"and have also enabled parameter server for distributed training. "
54-
"Distributed training with the default parameter server configuration will not "
52+
"If you have selected a multi-GPU training instance type "
53+
"and also enabled parameter server for distributed training, "
54+
"distributed training with the default parameter server configuration will not "
5555
"fully leverage all GPU cores; the parameter server will be configured to run "
5656
"only one worker per host regardless of the number of GPUs."
5757
)

0 commit comments

Comments
 (0)