Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhimanyuHK committed Aug 20, 2020
1 parent f055379 commit 994684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def x_fun():

A function will execute with 3 times retry and no need to raise final failed exception.

```
```
@Retry(retry_value=3, is_raisable=False)
def x_fun():
raise Exception("Pass exception")
Expand Down

0 comments on commit 994684e

Please sign in to comment.