Skip to content

Commit 313fac8

Browse files
Merge pull request #1172 from martysai/martysai/pipeline-docs-adjustment
Fixed a pipeline docs typo in the cache section
2 parents f2f77c1 + da31e9f commit 313fac8

File tree

1 file changed

+1
-1
lines changed
  • docs/sections/how_to_guides/basic/pipeline

1 file changed

+1
-1
lines changed

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)