Skip to content

Commit 2aec6ae

Browse files
committed
update rate limit doc
1 parent 70e610e commit 2aec6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lpdb_python/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LpdbError(Exception):
7979

8080
class LpdbRateLimitError(LpdbError):
8181
"""
82-
Raised when the LPDB request created a fatal issue.
82+
Raised when the LPDB request failed due to a rate limit.
8383
"""
8484

8585
def __init__(self, wiki: str, table: str, *args):

0 commit comments

Comments
 (0)