Skip to content

Commit 7a27142

Browse files
evakravimufaddal-rohawala
authored andcommitted
fix: jumpstart typo (#2895)
1 parent 693235f commit 7a27142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _validate_hyperparameter(
152152
if hasattr(hyperparameter_spec, "exclusive_max"):
153153
if numeric_hyperparam_value >= hyperparameter_spec.exclusive_max:
154154
raise JumpStartHyperparametersError(
155-
f"Hyperparameter '{hyperparameter_name}' must be less than than "
155+
f"Hyperparameter '{hyperparameter_name}' must be less than "
156156
"{hyperparameter_spec.exclusive_max}."
157157
)
158158

0 commit comments

Comments
 (0)