Skip to content

Commit 97c172e

Browse files
committed
reduced length of docstring
1 parent 1ad86dd commit 97c172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/remote_function/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def __init__(
725725
use_torchrun (bool): Specifies whether to use torchrun for distributed training.
726726
Defaults to ``False``.
727727
728-
nproc_per_node (int): Specifies the number of processes per node for distributed training.
728+
nproc_per_node (int): Specifies the number of processes per node.
729729
Defaults to ``1``.
730730
"""
731731
self.max_parallel_jobs = max_parallel_jobs

0 commit comments

Comments
 (0)