We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91bc97b + 3f0bba8 commit 7c60edaCopy full SHA for 7c60eda
supafunc/functions_client.py
@@ -13,7 +13,7 @@ def set_auth(self, token: str) -> None:
13
Parameters
14
----------
15
token : str
16
- the new jwt token sent in the authorisation header
+ the new jwt token sent in the authorization header
17
"""
18
19
self.headers["Authorization"] = f"Bearer {token}"
0 commit comments