Skip to content

Commit

Permalink
Minor wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jun 29, 2023
1 parent 672cb51 commit 0b8d371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Set these parameters to ``None`` to disable throttling and restore earlier behav

**Request retry**

This release introduces a default retry mechanism to retry retry-able 403 responses (primary and secondary rate limit errors).
Further, any 5xx response is retried.
This release introduces a default retry mechanism to retry retry-able 403 responses (primary and secondary rate limit errors only) and any 5xx response.

Class ``github.GithubRetry`` implements this behavior, and can be configured via the ``retry`` argument of ``github.Github`` and ``github.GithubIntegration``.
Retry behavior is configured similar ``urllib3.Retry``: https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html
Retry behavior is configured similar to ``urllib3.Retry``: https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html

.. code-block::
Expand Down

0 comments on commit 0b8d371

Please sign in to comment.