We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0f2c9 commit ac1ad8eCopy full SHA for ac1ad8e
src/recnetpy/rest/exceptions/rate_limited.py
@@ -8,7 +8,7 @@
8
9
class RateLimited(HTTPError):
10
"""
11
- This exception is raised when the a rate limit is encountered. Raised for a 401 with a retry-after header.
+ This exception is raised when the a rate limit is encountered. Raised for a 403 with a retry-after header.
12
13
14
def __init__(self, resp: 'Response') -> None:
0 commit comments