Skip to content

Commit 72d221b

Browse files
TirielOskarStark
andauthored
Apply suggestions from code review
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 797d8cc commit 72d221b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http_client.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ The ``RetryableHttpClient`` uses a
731731
decide if the request should be retried, and to define the waiting time between
732732
each retry.
733733

734-
Retry over different uris
734+
Retry Over Different URIs
735735
.........................
736736

737737
.. versionadded:: 6.3
@@ -746,13 +746,13 @@ request::
746746
'base_uri' => [
747747
// first request will use this base URI
748748
'http://example.com/a/',
749-
// if first request fails, this second base URI will be used
749+
// if first request fails, the following base URI will be used
750750
'http://example.com/b/',
751751
],
752752
]);
753753

754754
When the number of retries is higher than the number of base URIs, the
755-
last base URI will be used for remaining retries.
755+
last base URI will be used for the remaining retries.
756756

757757
If you want to shuffle the order of base URIs for each retry attempt, nest the
758758
base URIs you want to shuffle in an additional array::

0 commit comments

Comments
 (0)