diff --git a/src/orion/core/worker/__init__.py b/src/orion/core/worker/__init__.py index 6cde4bf8a..2fd87ad65 100644 --- a/src/orion/core/worker/__init__.py +++ b/src/orion/core/worker/__init__.py @@ -22,7 +22,7 @@ def reserve_trial(experiment, producer): - """Reserve a new trial, or produce and reserve a trial if non are available.""" + """Reserve a new trial, or produce and reserve a trial if none are available.""" trial = experiment.reserve_trial(score_handle=producer.algorithm.score) if trial is None: