Skip to content

Commit 8ec5f19

Browse files
RaphaelEscrigcjumel
authored andcommitted
fix: bad wording for the world Authentication
1 parent 12873ca commit 8ec5f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkup/errors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class LinkupNoResultError(Exception):
1818

1919

2020
class LinkupAuthenticationError(Exception):
21-
"""Authenfication error, raised when the Linkup API returns a 403 status code.
21+
"""Authentication error, raised when the Linkup API returns a 403 status code.
2222
23-
It is returned when there is an authenfication issue, typically when the API key is not valid.
23+
It is returned when there is an authentication issue, typically when the API key is not valid.
2424
"""
2525

2626
pass

0 commit comments

Comments
 (0)