Skip to content

Commit c1266d0

Browse files
Pratyush Rajdbieber
authored andcommitted
Clarify docs by giving the grouping example some output.
PiperOrigin-RevId: 367994276
1 parent 8e9b1d5 commit c1266d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ class Pipeline(object):
320320
def run(self):
321321
self.ingestion.run()
322322
self.digestion.run()
323+
return 'Pipeline complete'
323324

324325
if __name__ == '__main__':
325326
fire.Fire(Pipeline)

0 commit comments

Comments
 (0)