Fix typo in tune. (#2046)

Fix typo in tune.
This commit is contained in:
Alok Singh
2018-05-12 09:36:45 -07:00
committed by Robert Nishihara
parent 041c37506e
commit c7f3b8c4d3
+1 -1
View File
@@ -112,7 +112,7 @@ class Trainable(object):
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.