Skip to content

Commit

Permalink
updated the styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakforwet authored Jul 1, 2020
1 parent 7027111 commit 4b63e7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,10 @@ $ dvc repro --downstream
Data and pipelines are up to date.
```

The reason being that the `text.txt` file is a dependency in the last
stage of the pipeline (used by default by `dvc repro`),
This last `count` stage is
The reason being that the `text.txt` file is a dependency in the last stage of
the pipeline (used by default by `dvc repro`), This last `count` stage is
dependent on `filter` stage, which happens first in this pipeline (shown in the
following figure):

```dvc
$ dvc dag
Expand Down

0 comments on commit 4b63e7f

Please sign in to comment.