Skip to content

Commit 7e16a13

Browse files
fix: Fix the docstring for options import style update
Signed-off-by: Abhijeet Dhumal <[email protected]>
1 parent 5d76f7e commit 7e16a13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kubeflow/trainer/api/trainer_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ def train(
126126
BuiltinTrainer. If not specified, the TrainJob will use the
127127
runtime's default values.
128128
options: Optional list of configuration options to apply to the TrainJob.
129-
Common options can be imported from kubeflow.trainer.options and
130-
backend-specific options from kubeflow.trainer.options.<backend>
131-
(e.g., kubeflow.trainer.options.kubernetes).
129+
Options can be imported from kubeflow.trainer.options.
132130
133131
Returns:
134132
The unique name of the TrainJob that has been generated.

0 commit comments

Comments
 (0)