Skip to content

Commit 7c60eda

Browse files
authored
Merge pull request #2 from 0xflotus/patch-1
fix: small typo in authorization
2 parents 91bc97b + 3f0bba8 commit 7c60eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supafunc/functions_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def set_auth(self, token: str) -> None:
1313
Parameters
1414
----------
1515
token : str
16-
the new jwt token sent in the authorisation header
16+
the new jwt token sent in the authorization header
1717
"""
1818

1919
self.headers["Authorization"] = f"Bearer {token}"

0 commit comments

Comments
 (0)