From 1828117d628078ed4e8d96083e5050a2f85394a5 Mon Sep 17 00:00:00 2001 From: Leon Fedden Date: Tue, 16 Feb 2021 09:15:15 +0000 Subject: [PATCH] Update gotrue/api.py Co-authored-by: Lee Yi Jie Joel --- gotrue/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotrue/api.py b/gotrue/api.py index 237bcc4e..36818a31 100644 --- a/gotrue/api.py +++ b/gotrue/api.py @@ -163,7 +163,7 @@ def refresh_access_token(self, refresh_token: str) -> Dict[str, Any]: return to_dict(request) def set_auth_cookie(req, res): - """Stub for pairty with JS api.""" + """Stub for parity with JS api.""" raise NotImplementedError("set_auth_cookie not implemented.") def get_user_by_cookie(req):