Skip to content

Commit

Permalink
Do a little more wordsmithing on this paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Aug 14, 2019
1 parent bddaa33 commit 0163bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ problem by configuring the maximum number of retries:
stripe.max_network_retries = 2
```

Various errors can trigger a retry, for example a connection error or a timeout,
but also an API response whose HTTP status code is `409`.
Various errors can trigger a retry, like a connection error or a timeout, and
also certain API responses like HTTP status `409 Conflict`.

[Idempotency keys][idempotency-keys] are automatically generated and added to
requests, when not given, to guarantee that retries are safe.
Expand Down

0 comments on commit 0163bb7

Please sign in to comment.