Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13a87e7

Browse files
Apply suggestions from code review
Co-authored-by: Adam Mcgrath <[email protected]>
1 parent 99ee54b commit 13a87e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ When consuming methods from the API clients, the requests could fail for a numbe
221221
- Invalid data sent as part of the request: An ``Auth0Error` is raised with the error code and description.
222222
- Global or Client Rate Limit reached: A ``RateLimitError`` is raised and the time at which the limit
223223
resets is exposed in the ``reset_at`` property. When the header is unset, this value will be ``-1``.
224-
- Network timeouts: Adjustable by passing a the ``timeout`` argument to the client. See the `rate limit docs <https://auth0.com/docs/policies/rate-limits>`_ for details.
224+
- Network timeouts: Adjustable by passing a ``timeout`` argument to the client. See the `rate limit docs <https://auth0.com/docs/policies/rate-limits>`_ for details.
225225

226226
Available Management Endpoints
227227
==============================

0 commit comments

Comments
 (0)