From 3e587112ff90353c05bae2b0077193d162cdc5e7 Mon Sep 17 00:00:00 2001 From: Xavier Bouthillier Date: Thu, 28 Mar 2019 15:27:08 -0400 Subject: [PATCH] Fix typo --- src/orion/core/worker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: