Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bouthilx committed Mar 29, 2019
1 parent 896ec44 commit 3e58711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orion/core/worker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e58711

Please sign in to comment.