From ad2199e4f2501b7625d22f04554ca67aa7d1de31 Mon Sep 17 00:00:00 2001 From: Wendi Li Date: Sun, 27 Sep 2020 02:01:12 +0800 Subject: [PATCH] Update estimator.rst --- docs/component/estimator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/estimator.rst b/docs/component/estimator.rst index fdef929969..51f4251b9e 100644 --- a/docs/component/estimator.rst +++ b/docs/component/estimator.rst @@ -617,7 +617,7 @@ The `Fetcher` provides the following interface - `get_experiment(exp_name, exp_id, fields=None)` - The interface takes three parameters. The first parameter is the experiment name, the second parameter is the experiment id, and the third parameter is list of fields. The default value of `fields` is None, which means all fields. + The interface takes three parameters. The first parameter is the experiment name, the second parameter is the experiment id, and the third parameter is a list of fields. The default value of `fields` is None, which means all fields. .. note::