[docs] Update grid_random.rst (#9102)

This commit is contained in:
ElektroChan89
2020-06-24 12:36:42 -07:00
committed by GitHub
parent 67e049bc7b
commit 4bc1d7c043
+1 -1
View File
@@ -40,7 +40,7 @@ To sample multiple times/run multiple trials, specify ``tune.run(num_samples=N``
.. code-block:: python
# 13 different configs.
tune.run(trainable config={
tune.run(trainable, num_samples=13, config={
"x": tune.choice([0, 1, 2]),
}
)