Skip to content

Commit

Permalink
Fixed typo in comment (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Dec 14, 2024
1 parent 3ebbb22 commit 565b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt/api_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def _validate_required_claims(

def _validate_sub(self, payload: dict[str, Any], subject=None) -> None:
"""
Checks whether "sub" if in the payload is valid ot not.
Checks whether "sub" if in the payload is valid or not.
This is an Optional claim
:param payload(dict): The payload which needs to be validated
Expand Down

0 comments on commit 565b6d9

Please sign in to comment.