Skip to content

Commit dd78bbe

Browse files
authored
Fix typo in docstring (authlib#555)
1 parent 61b686c commit dd78bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authlib/jose/rfc7519/jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def encode(self, header, payload, key, check=True):
7070

7171
def decode(self, s, key, claims_cls=None,
7272
claims_options=None, claims_params=None):
73-
"""Decode the JWS with the given key. This is similar with
73+
"""Decode the JWT with the given key. This is similar with
7474
:meth:`verify`, except that it will raise BadSignatureError when
7575
signature doesn't match.
7676

0 commit comments

Comments
 (0)