We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c75ef commit 970a191Copy full SHA for 970a191
public/static/docs/get-started/connect-code-and-data.md
@@ -133,7 +133,7 @@ optional but we recommend using it to make your project structure more readable.
133
`-d src/prepare.py` and `-d data/data.xml` mean that the `prepare.dvc` stage
134
file depends on them to produce the result. When you run `dvc repro` next time
135
(see next chapter) DVC will automatically check these dependencies and decide
136
-whether this stage is up to date or or whether it should be executed to
+whether this stage is up to date or whether it should be executed to
137
regenerate its outputs.
138
139
`-o data/prepared` specifies the output directory processed data will be put
0 commit comments