Skip to content

Commit 970a191

Browse files
authored
fix: double 'or' misprint
1 parent e2c75ef commit 970a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/static/docs/get-started/connect-code-and-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ optional but we recommend using it to make your project structure more readable.
133133
`-d src/prepare.py` and `-d data/data.xml` mean that the `prepare.dvc` stage
134134
file depends on them to produce the result. When you run `dvc repro` next time
135135
(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
136+
whether this stage is up to date or whether it should be executed to
137137
regenerate its outputs.
138138

139139
`-o data/prepared` specifies the output directory processed data will be put

0 commit comments

Comments
 (0)