Skip to content

Commit

Permalink
typo (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored May 28, 2019
1 parent 778fe2a commit c34c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/basic/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def random_failure_op(exit_codes):


@dsl.pipeline(
name='Retry radom failures',
name='Retry random failures',
description='The pipeline includes two steps which fail randomly. It shows how to use ContainerOp(...).set_retry(...).'
)
def retry_sample_pipeline():
Expand Down

0 comments on commit c34c426

Please sign in to comment.