Skip to content

Commit 707545a

Browse files
committed
Grammar/spelling
1 parent 89aa8c0 commit 707545a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def register_model(
359359
)
360360
return model
361361

362-
# If the model is an scikit-learn model, generate the model dictionary
362+
# If the model is a scikit-learn model, generate the model dictionary
363363
# from it and pickle the model for storage
364364
if all(hasattr(model, attr) for attr in ["_estimator_type", "get_params"]):
365365
# Pickle the model so we can store it

0 commit comments

Comments
 (0)