Skip to content

Commit da31e9f

Browse files
committed
fixed a typo in the pipeline cache docs
1 parent f2f77c1 commit da31e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/sections/how_to_guides/basic/pipeline

docs/sections/how_to_guides/basic/pipeline/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ In case you want to stop the pipeline while it's running, you can press ++ctrl+c
388388

389389
If for some reason, the pipeline execution stops (for example by pressing `Ctrl+C`), the state of the pipeline and the outputs will be stored in the cache, so we can resume the pipeline execution from the point where it was stopped.
390390

391-
If we want to force the pipeline to run again without can, then we can use the `use_cache` argument of the `Pipeline.run()` method:
391+
If we want to force the pipeline to run again without cache, then we can use the `use_cache` argument of the `Pipeline.run()` method:
392392

393393
```python
394394
if __name__ == "__main__":

0 commit comments

Comments
 (0)