Skip to content

Commit 7585510

Browse files
Fixed doc string typo in _validate_jti() function (#1064)
1 parent 51894c5 commit 7585510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/api_jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def _validate_sub(
436436

437437
def _validate_jti(self, payload: dict[str, Any]) -> None:
438438
"""
439-
Checks whether "jti" if in the payload is valid ot not
439+
Checks whether "jti" if in the payload is valid or not
440440
This is an Optional claim
441441
442442
:param payload(dict): The payload which needs to be validated

0 commit comments

Comments
 (0)