Skip to content

Commit bc0e5ac

Browse files
committed
Messages in examples are changed.
1 parent c474851 commit bc0e5ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pipeline_example/pipeline_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def mkMultAdd():
5252
try:
5353
df.draw_graph()
5454
except:
55-
print('Pipeline graph could not be generated.', file=sys.stderr)
55+
print('Dataflow graph could not be generated.', file=sys.stderr)
5656

5757
return m
5858

examples/pipeline_multiple_add/pipeline_multiple_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def mkAdd(numports=8, mode=1):
4848
try:
4949
df.draw_graph()
5050
except:
51-
print('Pipeline graph could not be generated.', file=sys.stderr)
51+
print('Dataflow graph could not be generated.', file=sys.stderr)
5252

5353
return m
5454

0 commit comments

Comments
 (0)