From 4e8c149ce7ba27a7adf9cec16235150c4787fffc Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Wed, 26 Jan 2022 18:47:00 +0300 Subject: [PATCH] describes -> specifies --- content/docs/start/experiments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/start/experiments.md b/content/docs/start/experiments.md index 352f9f4961..93fee00102 100644 --- a/content/docs/start/experiments.md +++ b/content/docs/start/experiments.md @@ -39,7 +39,7 @@ the names of these elements to initialize a project with: $ dvc exp init python src/train.py ``` -Here, `python src/train.py` describes how you run experiments. It could be any +Here, `python src/train.py` specifies how you run experiments. It could be any other command. If your project uses different names for them, you can set directories for