We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12873ca commit 8ec5f19Copy full SHA for 8ec5f19
linkup/errors.py
@@ -18,9 +18,9 @@ class LinkupNoResultError(Exception):
18
19
20
class LinkupAuthenticationError(Exception):
21
- """Authenfication error, raised when the Linkup API returns a 403 status code.
+ """Authentication error, raised when the Linkup API returns a 403 status code.
22
23
- It is returned when there is an authenfication issue, typically when the API key is not valid.
+ It is returned when there is an authentication issue, typically when the API key is not valid.
24
"""
25
26
pass
0 commit comments