diff --git a/python/ray/tune/trainable.py b/python/ray/tune/trainable.py index 03976300e27e..a801b89f5886 100644 --- a/python/ray/tune/trainable.py +++ b/python/ray/tune/trainable.py @@ -112,7 +112,7 @@ def train(self): Subclasses should override ``_train()`` instead to return results. This method auto-fills many fields, so only ``timesteps_this_iter`` - is requied to be present. + is required to be present. Returns: A TrainingResult that describes training progress.