Skip to content

Commit bcfc420

Browse files
committed
Fix example
1 parent 2752e9a commit bcfc420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
An example showing pcs in action. After installing the library `pip install pipeline-component-system`, you can navigate to the examples directory and run `python example.py --args-files=configs/default.yaml,configs/override1.yaml -r a4=400 -r b.b2=200 b.b2=500`
2+
An example showing pcs in action. After installing the library `pip install pipeline-component-system`, you can navigate to the examples directory and run `python example.py --args-files=configs/default.yaml,configs/override1.yaml -r a4=400 -r b.b2=200 -r b.b2=500`
33
"""
44

55
import multiprocessing

0 commit comments

Comments
 (0)