Skip to content

Commit

Permalink
Fix typo in docstring (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev authored Jun 25, 2023
1 parent 61b686c commit dd78bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authlib/jose/rfc7519/jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def encode(self, header, payload, key, check=True):

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

0 comments on commit dd78bbe

Please sign in to comment.