Skip to content

Commit

Permalink
Clarify docs by giving the grouping example some output.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 367994276
  • Loading branch information
Pratyush Raj authored and dbieber committed Apr 12, 2021
1 parent 8e9b1d5 commit c1266d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide.md
Expand Up @@ -320,6 +320,7 @@ class Pipeline(object):
def run(self):
self.ingestion.run()
self.digestion.run()
return 'Pipeline complete'

if __name__ == '__main__':
fire.Fire(Pipeline)
Expand Down

0 comments on commit c1266d0

Please sign in to comment.